Horizon UI support for Neutron VPNaaS
Go to file
Hervé Beraud 6d1c85303d 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: I4e9fac7738991526948dcf708b86207185115fa8
2020-06-02 20:30:58 +02:00
deliverables Add deliverables info 2017-10-19 09:20:42 +00:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 13:30:12 +08:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-23 17:50:35 +02:00
neutron_vpnaas_dashboard Stop to use the __future__ module. 2020-06-02 20:30:58 +02:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-23 17:50:35 +02:00
.gitignore .gitignore: add translation catalogs (.mo and .pot) 2017-11-11 15:12:07 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:36 +00:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-22 16:06:40 +00:00
CONTRIBUTING.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
HACKING.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
LICENSE Initial commit 2017-05-20 08:39:06 +09:00
README.rst Add release notes link for README 2019-08-19 01:26:58 -07:00
babel-django.cfg translation: drop babel extractor definitions 2019-12-27 02:22:22 +09:00
babel-djangojs.cfg translation: drop babel extractor definitions 2019-12-27 02:22:22 +09:00
lower-constraints.txt Switch to newer openstackdocstheme and reno versions 2020-05-23 17:50:35 +02:00
manage.py Setup test environment 2017-05-20 11:30:02 +09:00
requirements.txt Drop Django 1.11 support 2020-01-02 19:56:04 +00:00
setup.cfg Add py38 package metadata 2020-04-24 08:22:38 -05:00
setup.py Initial commit 2017-05-20 08:39:06 +09:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:48:26 -05:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:25:47 -05:00

README.rst