add policy and theme products
[zope-bootstrap.git] / src / koehsel.policy / koehsel / policy / configure.zcml
diff --git a/src/koehsel.policy/koehsel/policy/configure.zcml b/src/koehsel.policy/koehsel/policy/configure.zcml
new file mode 100644 (file)
index 0000000..600a528
--- /dev/null
@@ -0,0 +1,8 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:five="http://namespaces.zope.org/five"
+    i18n_domain="koehsel.policy">
+
+  <five:registerPackage package="." initialize=".initialize" />
+
+</configure>