circstat / pycircstat

Toolbox for circular statistics with Python
MIT License
157 stars 42 forks source link

Use python3 style relative imports #27

Closed matthias-k closed 9 years ago

matthias-k commented 9 years ago

I changed the imports in all files to import absolute_import from __future__. This activates the python3 import mechanism. Using this, I was able to get rid of all references to pycircstat in the code (would have made renaming the package much easier to begin with and is definitely more elegant).

Signed-off-by: Matthias Kümmerer matthias@matthias-k.org