sahara/sahara
Hervé Beraud 81bae85a9a 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: Iab3b7c54b1e3830924030ebf25e7b829c7f31ac9
2020-06-02 20:56:50 +02:00
..
api Use authorize instead of enforce for policies 2019-03-08 15:26:58 +01:00
cli Remove a monkey-patching workaround for python < 2.7.3 2019-07-22 18:24:47 +02:00
common Fixing policies inconsistencies 2019-03-06 13:50:28 -03:00
conductor Adapt to the additional rules from pycodestyle 2.5.0 2019-02-15 00:18:53 +01:00
db Stop to use the __future__ module. 2020-06-02 20:56:50 +02:00
locale/de/LC_MESSAGES Imported Translations from Zanata 2020-04-26 08:25:03 +00:00
plugins Making Sahara Python 3 compatible 2019-03-19 12:53:40 -03:00
service Python 3 fixes 2019-10-02 08:29:03 -03:00
swift Prepare Sahara core for plugin split 2019-01-10 22:18:24 -03:00
tests Use flask's builtin methods for test context 2020-04-30 10:37:24 -04:00
topology Remove log translations 2017-04-10 16:02:05 +08:00
utils Monkey patch original current_thread _active 2020-05-05 15:52:27 -04:00
__init__.py Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
config.py Make sure that default_ntp_server option is exported 2019-01-24 18:59:38 +01:00
context.py Remove log translations 2017-04-10 16:02:05 +08:00
exceptions.py S3 job binary and binary retriever 2017-12-28 20:20:37 +00:00
i18n.py Update the documentation link for doc migration 2017-07-14 13:50:40 +00:00
main.py Enable mutable config in sahara 2018-07-25 22:25:36 +02:00
version.py Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00