##// END OF EJS Templates
pycompat: add xrange alias for Python 2...
Gregory Szorc -
r38805:7eba8f83 default
parent child Browse files
Show More
@@ -331,6 +331,7 b' if ispy3:'
331 else:
331 else:
332 import cStringIO
332 import cStringIO
333
333
334 xrange = xrange
334 unicode = unicode
335 unicode = unicode
335 bytechr = chr
336 bytechr = chr
336 byterepr = repr
337 byterepr = repr
General Comments 0
You need to be logged in to leave comments. Login now