add policy and theme products
[zope-bootstrap.git] / src / koehsel.policy / koehsel / __init__.py
diff --git a/src/koehsel.policy/koehsel/__init__.py b/src/koehsel.policy/koehsel/__init__.py
new file mode 100644 (file)
index 0000000..f48ad10
--- /dev/null
@@ -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__)