Since this branch is now python3 only, the future module is not needed
Changes proposed in this PR:
Remove from future import print_function
remove all imports of future and builtins
remove future from requirements.txt
python-future only has effects on python2. Since this branch is now supposedly python3 only, it should not be needed.
Also note that the previous code in tango-cli.py would not have worked on python2, because new style urllib imports were used before standard_library.install_aliases() was called
Since this branch is now python3 only, the future module is not needed
Changes proposed in this PR:
python-future only has effects on python2. Since this branch is now supposedly python3 only, it should not be needed. Also note that the previous code in tango-cli.py would not have worked on python2, because new style urllib imports were used before
standard_library.install_aliases()
was called