ztfy/__init__.py
changeset 0 712d20d2751e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ztfy/__init__.py	Sat Jan 10 00:35:35 2009 +0100
@@ -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__)