Lyrositor / CCScriptWriter

Extracts the dialogue from EarthBound and outputs it into a CCScript file.
6 stars 7 forks source link

Convert CCScriptWriter to Python 3 #10

Closed john-soklaski closed 7 years ago

john-soklaski commented 7 years ago

This change is to facilitate the conversion of CoilSnake from Python 2 to Python 3 (https://github.com/mrtenda/CoilSnake/pull/146).

john-soklaski commented 7 years ago

Wow, that was fast! Thanks

Lyrositor commented 7 years ago

No problem. My only issue is that the extra parentheses around print were unnecessary, since I had already future-proofed them for Python 3, but I didn't think that was worth blocking the pull request.