This commit is contained in:
Daniel Ingram 2018-03-20 20:24:27 -04:00
commit 070ebb3afc

View File

@ -1,7 +1,7 @@
from __future__ import print_function from __future__ import print_function
try: try:
xrange #Python 2 xrange #Python 2
except NameError: except NameError:
xrange = range #Python 3 xrange = range #Python 3