cedadev / nappy

NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

More Python 3 Compatibility #18

Closed ahurka closed 5 years ago

ahurka commented 5 years ago

Fixes to some minor Python 3 errors encountered in nappy.openNAFile and its callees, including relative imports and removed dependencies/builtins.

agstephens commented 5 years ago

Thanks @ahurka. There is more to do in terms of bringing tests up to date but at least we have started :-)