src/ztfy/__init__.py
branchZTK-1.1
changeset 148 d3668ecd9137
parent 0 712d20d2751e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/__init__.py	Wed Jun 20 16:29:53 2012 +0200
@@ -0,0 +1,6 @@
+# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
+try:
+    __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+    from pkgutil import extend_path
+    __path__ = extend_path(__path__, __name__)