##// END OF EJS Templates
py3: stop rewriting xrange() to pycompat.xrange()...
py3: stop rewriting xrange() to pycompat.xrange() We now require the use of pycompat.xrange() in source. One less feature in the module importer gets us one step closer to Python 3 native source code. Differential Revision: https://phab.mercurial-scm.org/D4034

File last commit:

r37193:943d77fc default
r38821:fb9121ea default
Show More
__init__.py
2 lines | 61 B | text/x-python | PythonLexer
#
# This file is necessary to make this directory a package.