Files
python-tripleoclient/tripleoclient/heat_launcher.py
gugug 9d16152e39 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 and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Change-Id: I19fbdebe406575d2567f98a322ff68e6e992fac7
2020-06-21 00:01:31 +08:00

13 KiB