chrisdonahue / nesmdb

The NES Music Database: use machine learning to compose music for the Nintendo Entertainment System!
MIT License
454 stars 39 forks source link

Modernize Python 2 code to get ready for Python 3 #7

Closed cclauss closed 4 years ago

cclauss commented 6 years ago

Partial fix for #5

Make the minimal, safe changes to make the codebase syntax compatible with both Python 2 and Python 3. Being syntax compatible does not mean that the port to Python 3 is complete.

chrisdonahue commented 6 years ago

Thx for doing this. This one may take me a little while to merge (until full Python 3 support has been fully tested).