python-designateclient/designateclient
Hervé Beraud f02f0090f5 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: I3dadeaa3242d0b55ba891a8eb4abb199a8d2468b
2021-11-23 17:27:14 +00:00
..
functionaltests Stop to use the __future__ module. 2021-11-23 17:27:14 +00:00
osc Increase hacking version 2020-10-10 06:47:06 -06:00
tests Remove six and update lower-constraints appdirs 2021-03-26 18:22:44 +00:00
v2 Remove six and update lower-constraints appdirs 2021-03-26 18:22:44 +00:00
__init__.py Set client module __version__ 2017-02-06 15:44:00 +08:00
client.py Remove six and update lower-constraints appdirs 2021-03-26 18:22:44 +00:00
exceptions.py Make remote error handling more robust 2017-09-01 10:45:10 +00:00
utils.py Remove six and update lower-constraints appdirs 2021-03-26 18:22:44 +00:00
version.py Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00