ajdawson / windspharm

A Python library for spherical harmonic computations on vector winds.
http://ajdawson.github.io/windspharm
MIT License
82 stars 38 forks source link

Source code Python 2 and 3 compatible #54

Closed ajdawson closed 8 years ago

ajdawson commented 8 years ago

Modify the source code so it is both Python 2 and 3 compatible, removing the need to use 2to3 when installing on Python 3, and making it possible to run the tests suite against the source on Python 3.