##// END OF EJS Templates
global: use pycompat.xrange()...
global: use pycompat.xrange() On Python 3, our module importer automatically rewrites xrange() to pycompat.xrange(). We want to move away from the custom importer on Python 3. This commit converts all instances of xrange() to use pycompat.xrange(). Differential Revision: https://phab.mercurial-scm.org/D4032

File last commit:

r34398:765eb17a default
r38806:e7aa113b default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer