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().
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.