diff -r ee2d5716ef0a -r 90ab79764ce4 hgext3rd/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hgext3rd/__init__.py Tue Mar 14 14:38:10 2017 -0700 @@ -0,0 +1,4 @@ +# name space package to host third party extensions +from __future__ import absolute_import +import pkgutil +__path__ = pkgutil.extend_path(__path__, __name__)