##// END OF EJS Templates
hgext: officially turn 'hgext' into a namespace package...
Pierre-Yves David -
r28450:155e3308 default
parent child Browse files
Show More
@@ -1,1 +1,3 b''
1 # placeholder
1 from __future__ import absolute_import
2 import pkgutil
3 __path__ = pkgutil.extend_path(__path__, __name__)
@@ -19,7 +19,6 b''
19 19 doc/check-seclevel.py not using absolute_import
20 20 doc/gendoc.py not using absolute_import
21 21 doc/hgmanpage.py not using absolute_import
22 hgext/__init__.py not using absolute_import
23 22 hgext/color.py not using absolute_import
24 23 hgext/eol.py not using absolute_import
25 24 hgext/extdiff.py not using absolute_import
General Comments 0
You need to be logged in to leave comments. Login now