hgext3rd/__init__.py
changeset 2020 143c8e4dc22d
parent 1806 9f42f819267b
parent 1901 85390446f8c1
--- a/hgext3rd/__init__.py	Thu Feb 23 15:19:31 2017 +0100
+++ b/hgext3rd/__init__.py	Thu Mar 02 18:07:46 2017 +0100
@@ -1,3 +1,4 @@
+# name space package to host third party extensions
 from __future__ import absolute_import
 import pkgutil
 __path__ = pkgutil.extend_path(__path__, __name__)