tacker/tools
Hervé Beraud 2e7813d09d 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: I2436a7fd91a1d081c2c5fac28452a57f048e5a73
2020-06-02 21:00:17 +02:00
..
vnfc Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 18:07:57 +08:00
check_i18n.py Stop to use the __future__ module. 2020-06-02 21:00:17 +02:00
check_i18n_test_case.txt import neutron master of cba140daccd7c4f715263cda422d5cec27af069d 2014-07-01 17:11:09 +09:00
clean.sh update configuration files for tacker 2014-07-04 18:20:50 +09:00
generate_config_file_sample.sh Sample tacker.conf generator 2016-07-21 12:11:42 +05:30
i18n_cfg.py Add Apache 2.0 license to source file 2016-11-07 09:26:28 +07:00
install_venv.py Cleanup Python 2.7 support 2020-03-29 20:23:26 +00:00
install_venv_common.py Stop to use the __future__ module. 2020-06-02 21:00:17 +02:00
prepare_functional_test.sh Fix to use . to source script files 2017-09-11 15:21:20 +05:30
test-setup-default-vim.sh Revert vim shell script file mode from 644 to 755 2020-05-14 04:37:54 +00:00
test-setup.sh Prepare for using standard python tests 2017-02-06 22:05:04 +01:00
with_venv.sh Fix to use . to source script files 2017-09-11 15:21:20 +05:30