Add Python 3 compatibility (#109)

* Add python3 compat

* Update .gitignore

* Update .gitignore again

* Remove debugging return

* Add unicode_literals import

* Bump version

* Add python3-tk note
This commit is contained in:
Vinayak Mehta
2018-09-28 21:58:29 +05:30
committed by GitHub
parent 82463e10b4
commit fc0542bd3c
12 changed files with 105 additions and 132 deletions
+1
View File
@@ -5,6 +5,7 @@ __pycache__/
build/
dist/
*.egg-info/
.eggs/
.coverage
coverage.xml