hgext3rd/__init__.py
changeset 43076 2372284d9457
parent 28541 4b81487a01d4
child 48875 6000f5b25c9b
--- a/hgext3rd/__init__.py	Sat Oct 05 10:29:34 2019 -0400
+++ b/hgext3rd/__init__.py	Sun Oct 06 09:45:02 2019 -0400
@@ -1,4 +1,5 @@
 # name space package to host third party extensions
 from __future__ import absolute_import
 import pkgutil
+
 __path__ = pkgutil.extend_path(__path__, __name__)