Apply Python 3 futurize transform libmodernize.fixes.fix_xrange_six.

This commit is contained in:
Tim Abbott 2015-11-01 08:15:05 -08:00
parent 3cfe157299
commit c5e2995b6e
3 changed files with 6 additions and 2 deletions

View file

@ -12,6 +12,7 @@ from __future__ import absolute_import
import sys
import six
from six.moves import input
from six.moves import range
if sys.hexversion < 0x02040000:
# The limiter is the subprocess module
sys.stderr.write("git-p4: requires Python 2.4 or later.\n")