Apply Python 3 futurize transform libmodernize.fixes.fix_xrange_six.
This commit is contained in:
parent
3cfe157299
commit
c5e2995b6e
3 changed files with 6 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue