autolab / Tango

Standalone RESTful autograding service
http://www.autolabproject.com/
Apache License 2.0
48 stars 59 forks source link

Stop using the python-future module #209

Closed cg2v closed 3 years ago

cg2v commented 3 years ago

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