csdms / wmt-exe

The Web Modeling Tool execution server.
MIT License
0 stars 1 forks source link

Translate to Python 3 #16

Closed mdpiper closed 5 years ago

mdpiper commented 6 years ago

In this PR, I've used the 2to3 script to translate the wmt-exe code to Python 3, while attempting to maintain backward compatibility with Python 2.7. I ran the 2to3 filters singly or in small groups and performed spot checks to make sure that the changes didn't bork the code.

With these changes, wmt-exe can be installed into a Python 3.6 distribution.

mdpiper commented 6 years ago

I still need to test these changes in WMT to make sure they work.