demophoon / trello-concert-tracker

Track concerts and post them to trello
0 stars 1 forks source link

Initial Py3 Port #22

Closed rattboi closed 7 years ago

rattboi commented 7 years ago

Fixes #13

Note: I hadn't considered until writing the commit that you meant supporting both Py2 AND Py3. If that's the goal, this doesn't do that...

Everything seems to be working with very minimal changes.

1) One use of str.decode, which Py3 doesn't support. Removed. 2) Some imports changed 3) Module loading is slightly different, so secrets import is different as well 4) raw_input() became input()

rattboi commented 7 years ago

Oh right, I should also note that I used Python 3.6.1 for testing, starting from a fresh virtualenv.

demophoon commented 7 years ago

👍 from me Tested on Python 3.5.3