Closed exowanderer closed 1 year ago
I converted all the print / raise / assert statements to python3 syntax
I converted the __init__.py and fileio.py relative imports to python3 syntax
__init__.py
fileio.py
This should be merged. What's the hold-up?
@vishnubob is there any chance you could review and/or merge this? Python 2 has officially hit end of life :/
I converted all the print / raise / assert statements to python3 syntax
I converted the
__init__.py
andfileio.py
relative imports to python3 syntax