cinder/cinder/cmd
Hervé Beraud 2f4d33caab 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: I8bad429563b89ad459d1b1910083484f2ccf9fff
2020-06-11 15:30:09 +02:00
..
__init__.py Use pbr entry_points to setup the cinder scripts 2014-12-08 09:53:22 -05:00
api.py Monkey patch original current_thread _active 2020-05-01 10:35:13 -04:00
backup.py Monkey patch original current_thread _active 2020-05-01 10:35:13 -04:00
manage.py Stop to use the __future__ module. 2020-06-11 15:30:09 +02:00
rtstool.py fix misspelling of 'configuration' 2018-09-03 15:13:11 +08:00
scheduler.py Monkey patch original current_thread _active 2020-05-01 10:35:13 -04:00
status.py Update upgrade check removed drivers for ussuri 2020-04-14 14:50:42 -04:00
volume.py Monkey patch original current_thread _active 2020-05-01 10:35:13 -04:00
volume_usage_audit.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00