charms.openstack/charms_openstack
Hervé Beraud f72403ad3c 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: Ib1ed5b598a52375e29e247db9ab4786df5b6d142
2020-06-02 20:06:38 +02:00
..
charm Merge "Add a helpful error message to openstack_upgrade_availble()" 2020-05-07 13:27:27 +00:00
devices Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
plugins policy.d override support for reactive OpenStack charms 2019-09-26 17:22:18 +01:00
sdn Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
__init__.py Add license headers to all source files 2016-06-28 11:13:14 +01:00
adapters.py Stop to use the __future__ module. 2020-06-02 20:06:38 +02:00
bus.py bus: Allow overriding discover search path 2019-11-19 11:07:27 +01:00
ip.py Stop to use the __future__ module. 2020-06-02 20:06:38 +02:00
test_mocks.py Add new OpenStack release to testing mocks 2020-01-30 19:42:13 +00:00
test_utils.py test_utils: handle non-idempotent handlers on reload 2020-02-21 12:08:06 +01:00