GijsTimmers / kotnetcli

An easy automated way to log in on Kotnet.
GNU General Public License v3.0
5 stars 4 forks source link

Python 3 support #117

Open Wanimatrix opened 7 years ago

Wanimatrix commented 7 years ago

This Pull request adds Python 3 support to Kotnetcli. The changes should be compatible with Python2.7, I already tested this to some extend, but please verify. Per example, commit afedf0f adds a 'dirty' hack to ensure compatibility with the renaming of raw_input() to input().

Fixes #84.