##// END OF EJS Templates
demandimport: delete demandimportpy2 module...
Gregory Szorc -
r49802:425585f0 default
parent child Browse files
Show More
@@ -15,10 +15,7 b''
15 15 import os
16 16 import sys
17 17
18 if sys.version_info[0] >= 3:
19 18 from . import demandimportpy3 as demandimport
20 else:
21 from . import demandimportpy2 as demandimport
22 19
23 20 # Full module names which can't be lazy imported.
24 21 # Extensions can add to this set.
@@ -4,7 +4,6 b''
4 4 $ cd "$TESTDIR"/..
5 5
6 6 $ testrepohg files 'set:(**.py) - grep(pygments)' \
7 > -X hgdemandimport/demandimportpy2.py \
8 7 > -X hgext/fsmonitor/pywatchman \
9 8 > -X mercurial/cffi \
10 9 > -X mercurial/thirdparty \
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now