diff phe/__init__.py @ 22:96f393ad7fc6 draft default tip

Uploaded
author ulfschaefer
date Wed, 23 Dec 2015 04:50:58 -0500
parents f72039c5faa4
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phe/__init__.py	Wed Dec 23 04:50:58 2015 -0500
@@ -0,0 +1,4 @@
+if __name__ == "phe":
+    # If this package is added as library, append extended path.
+    from pkgutil import extend_path
+    __path__ = extend_path(__path__, __name__)
\ No newline at end of file