ajdawson / eofs

EOF analysis in Python
http://ajdawson.github.io/eofs/
GNU General Public License v3.0
201 stars 60 forks source link

Make source Python 3 compatible. #55

Closed ajdawson closed 8 years ago

ajdawson commented 8 years ago

This PR attempts to make the source code compatible with both Python 2 and 3 simultaneously, and therefore removes the need for using 2to3 on Python 3.