charms.openstack/unit_tests
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
..
charms_openstack Allow specifying config key in call to configure_source 2020-05-04 15:57:38 +02:00
__init__.py policy.d override support for reactive OpenStack charms 2019-09-26 17:22:18 +01:00
odl_responses.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
pci_responses.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
test_charms_openstack_adapters.py Set port for mysql connection in Shared-DB 2020-05-05 15:14:51 -07:00
test_charms_openstack_bus.py bus: Allow overriding discover search path 2019-11-19 11:07:27 +01:00
test_charms_openstack_devices_pci.py Stop to use the __future__ module. 2020-06-02 20:06:38 +02:00
test_charms_openstack_ip.py Stop to use the __future__ module. 2020-06-02 20:06:38 +02:00
test_charms_openstack_sdn_odl.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
test_charms_openstack_sdn_ovs.py Stop to use the __future__ module. 2020-06-02 20:06:38 +02:00
test_charms_openstack_test_utils.py Stop to use the __future__ module. 2020-06-02 20:06:38 +02:00
utils.py Fix up to work with 0.6.0 of charms.reactive 2018-01-17 16:27:52 +00:00