Closed pnuu closed 6 years ago
It seems that most of the fixes were already done in another branch that got merged after I started with my modifications. There are some autopep8 updates, and different ordering in the imports (by default try the Python 3, fallback on Python 2 version).
There are incorrect syntax in current master and develop in satpass.py except statements, which are fixed here.
@pnuu Can we merge this now? Or is there more to it?
The features I have used (via pytroll-collectors/gatherer.py) work, and so should everything else. I don't have anything else to commit to this :-)
This PR adds support to Python 3 by replacing print statements with print function and adding try/except cases for imports.