hgext/__init__.py
changeset 28450 155e3308289c
parent 1360 7d439981bec4
child 43076 2372284d9457
--- a/hgext/__init__.py	Fri Mar 11 15:24:27 2016 -0600
+++ b/hgext/__init__.py	Sat Feb 27 12:56:26 2016 +0100
@@ -1,1 +1,3 @@
-# placeholder
+from __future__ import absolute_import
+import pkgutil
+__path__ = pkgutil.extend_path(__path__, __name__)