interop/working_materials
Hervé Beraud 534ca52a8b Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: Ieb58114e2f0fe269db130720926f1e8331e8a387
2020-06-02 20:18:54 +02:00
..
additional_properties_waiver.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-08 12:20:31 +00:00
interop_test_spec.rst Change doc references to DefCore 2017-01-23 21:25:05 -05:00
keystone_capabilities_info.csv Keystone scoring for 2018.01 guideline 2017-10-04 20:59:09 +00:00
scoring_dns.txt Added Designate DNS add-on for advisory approval 2017-09-06 12:47:58 -07:00
scoring_nfv.txt High-level assessment of remaining candidates for NFV vertical 2018-01-31 14:39:27 +01:00
scoring_orchestration.txt Added tests and tempest ids to Heat Orchestration add-ons 2018-03-03 06:37:57 +08:00
scoring.txt Update the community page. 2019-12-13 10:33:01 +08:00
tabulate_scores.py Stop to use the __future__ module. 2020-06-02 20:18:54 +02:00
tabulated_scores_nfv.csv Scoring of networking-bgpvpn project for NFV vertical 2018-01-30 23:32:39 +00:00
tabulated_scores.csv Scoring new keystone capabilities 2019-10-23 15:48:26 -05:00