Closed tikk3r closed 4 years ago
This should fix #30. Tabs have been converted to spaces and I confirmed that e.g. from RMextract import getRM no longer throws the error about an inconsistent mix tabs and spaces, fixing the crashing when run in a Python 3 environment.
from RMextract import getRM
This should fix #30. Tabs have been converted to spaces and I confirmed that e.g.
from RMextract import getRM
no longer throws the error about an inconsistent mix tabs and spaces, fixing the crashing when run in a Python 3 environment.