Code changes for Python 3 support

This commit is contained in:
Yash Nanavati
2018-03-01 13:32:16 -05:00
parent 680da620d7
commit ed25afd9ec
13 changed files with 71 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = flake8, py27
envlist = flake8, py27, py3
[flake8]
max-line-length = 100