qinling/qinling
Hervé Beraud ec07bb0f92 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: Ib53d957262f26ef777bde428aca28156bea84687
2020-06-02 20:55:03 +02:00
..
api Improve function_alias integration 2019-08-10 19:40:02 +12:00
cmd Add framework for qinling-status upgrade check 2018-10-24 17:34:20 +05:30
db Stop to use the __future__ module. 2020-06-02 20:55:03 +02:00
engine Support Image type function timeout 2018-10-23 14:48:18 +13:00
orchestrator Fix CI failure 2019-07-18 20:04:39 +12:00
services Parse function alias when job is running 2019-06-22 11:39:34 +12:00
storage Fix package function update with same md5 2018-08-29 02:04:27 +12:00
tests Use unittest.mock instead of third party mock 2020-04-18 12:00:00 -05:00
utils [ussuri][goal] Drop python 2.7 support and testing 2020-02-19 10:17:57 +13:00
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
config.py Use oslo_middleware to support CORS configuration 2019-06-01 07:10:27 -04:00
context.py Fix link for keystonemiddleware page 2018-02-27 11:11:01 +08:00
exceptions.py Support Image type function timeout 2018-10-23 14:48:18 +13:00
rpc.py Support to get pool information for the runtime 2018-07-14 12:49:11 +12:00
status.py Fix logs query for executions 2017-08-29 23:54:30 +12:00
version.py Initial API code structure 2017-04-14 15:24:02 +12:00