mistral/tools
Hervé Beraud 986277d607 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: Icaf1922963f4bc2fd2c4138aa3fe15cce5d3f1f7
2020-06-02 20:23:39 +02:00
..
config Delete an obsolete namespace from oslo-config-generator config 2020-05-21 12:43:43 +07:00
cookiecutter-mistral-custom Add a cookiecutter template to generate custom stuff 2019-09-11 16:39:35 +03:00
docker Merge "Docs improvements: task timeout, global context, Docker and jinja" 2019-05-03 18:35:02 +00:00
wf_generators Add a script that generates a test workflow with needed paralellism 2019-11-08 14:52:00 +07:00
cover.sh Switch to using stestr 2018-05-30 14:46:25 -04:00
generate_mistralclient_help.sh Adding a script for fast mistralclient help generation 2016-09-21 13:36:15 +00:00
install_venv_common.py Stop to use the __future__ module. 2020-06-02 20:23:39 +02:00
install_venv.py Stop to use the __future__ module. 2020-06-02 20:23:39 +02:00
rank_profiled_methods.py Add a script to generate a report about profile traces 2019-04-08 11:00:09 +07:00
sync_db.py Remove OpenStack actions from mistral 2020-02-26 10:12:01 +02:00
sync_db.sh Modify action_factory to store actions in DB 2014-09-05 15:32:12 +04:00
test-setup.sh Prepare for using standard python tests 2017-02-08 21:15:39 +01:00
update_env_deps Restore script update_env_deps in tools 2014-05-30 16:14:23 +04:00
with_venv.sh Revert "Remove unused scripts in tools" 2016-11-22 06:24:39 +00:00