haydenth / ish_parser

Parser for NOAA ISH Files
MIT License
56 stars 25 forks source link

Add Python 3 compatibility #10

Closed jwm closed 8 years ago

jwm commented 8 years ago

Mostly relative imports, assertEquals -> assertEqual, and except Exception as thing.

Tests pass on both Python 2.7 and 3. Python 2.6 doesn't find any tests, so I'm guessing you're not targeting that version. :-)

haydenth commented 8 years ago

amazing, thank you