hgext/__init__.py
branchmercurial-3.7
changeset 1696 898dfca94433
parent 1619 5ef77a1d975c
--- a/hgext/__init__.py	Wed Apr 20 17:11:49 2016 -0700
+++ b/hgext/__init__.py	Thu May 05 22:22:30 2016 +0200
@@ -1,1 +1,4 @@
-# Copyright 2011 Logilab SA <contact@logilab.fr>
+from __future__ import absolute_import
+import pkgutil
+__path__ = pkgutil.extend_path(__path__, __name__)
+