Merge pull request #220 from cclauss/modernize-python2-code

Modernize Python 2 code to get ready for Python 3
This commit is contained in:
Harshil
2017-12-29 17:19:02 +05:30
committed by GitHub
107 changed files with 615 additions and 526 deletions

View File

@ -1,3 +1,4 @@
from __future__ import print_function
import string
import random