Juju Charm - Neutron Dynamic Routing
Go to file
Hervé Beraud 1428a3a7dd 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: Ib361c211cb5537953f5d62f256d1def4796531ab
2020-06-02 19:59:21 +02:00
src Stop to use the __future__ module. 2020-06-02 19:59:21 +02:00
unit_tests Stop to use the __future__ module. 2020-06-02 19:59:21 +02:00
.gitignore Closes-Bug: 1859938 2020-01-16 14:41:53 -06:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:30 +00:00
.stestr.conf Upgrade OpenStack 2018-04-24 12:02:47 -07:00
.zuul.yaml [ussuri][goal] Updates for python 2.7 drop 2020-03-24 17:13:15 +00:00
LICENSE Neutron Dynamic Routing Agent 2018-02-06 21:24:32 +00:00
rebuild Rebuild for sync charm-helpers for 20.05 release 2020-05-11 13:03:00 +01:00
requirements.txt Update charm build requirements 2020-03-03 09:57:25 +01:00
test-requirements.txt Sync charm/ceph helpers, tox, and requirements 2019-10-18 13:31:21 -07:00
tox.ini Sync charm/ceph helpers, tox, and requirements 2019-10-18 13:31:21 -07:00