diff hgext3rd/__init__.py @ 79:59a9e4d0aa72

Move hgfastimport directory to hgext3rd/fastimport This will allow hgrc to enable this extension like so: [extensions] fastimport =
author Roy Marples <roy@marples.name>
date Mon, 18 Jan 2021 23:04:05 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgext3rd/__init__.py	Mon Jan 18 23:04:05 2021 +0000
@@ -0,0 +1,5 @@
+# name space package to host third party extensions
+from __future__ import absolute_import
+import pkgutil
+
+__path__ = pkgutil.extend_path(__path__, __name__)