##// 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 331 else:
332 332 import cStringIO
333 333
334 xrange = xrange
334 335 unicode = unicode
335 336 bytechr = chr
336 337 byterepr = repr
General Comments 0
You need to be logged in to leave comments. Login now