octavia/octavia
Hervé Beraud bf460618bc 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: I193ba2193f24e6deac473423310b81a029e15e22
2020-06-02 20:32:07 +02:00
..
amphorae Fix E741 pep8 errors 2020-05-15 10:58:22 -04:00
api Merge "Add TLS cipher blacklist to octavia.conf" 2020-05-19 15:54:33 +00:00
certificates Remove all usage of six library 2020-03-18 17:15:26 -04:00
cmd Fix house keeping graceful shutdown 2019-12-11 18:49:36 +01:00
common Merge "Workaround peer name starting with hyphen" 2020-05-31 14:55:45 +00:00
compute Remove all usage of six library 2020-03-18 17:15:26 -04:00
controller Fix E741 pep8 errors 2020-05-15 10:58:22 -04:00
db Stop to use the __future__ module. 2020-06-02 20:32:07 +02:00
distributor Remove all usage of six library 2020-03-18 17:15:26 -04:00
hacking Update hacking for Python3 2020-03-30 10:03:05 +00:00
network Fix E741 pep8 errors 2020-05-15 10:58:22 -04:00
policies Availability Zone admin API 2019-11-22 09:49:17 -08:00
tests Workaround peer name starting with hyphen 2020-05-26 12:51:57 +02:00
volume Remove all usage of six library 2020-03-18 17:15:26 -04:00
__init__.py Remove all usage of six library 2020-03-18 17:15:26 -04:00
i18n.py Remove _LI, _LW, _LE, _LC from i18n 2017-05-23 16:28:29 +07:00
opts.py Remove references to OpenStack Anchor 2019-06-03 14:58:44 -07:00
version.py Adds methods in version.py for proper oslo_reports setup 2016-06-07 11:51:26 +03:00