summaryrefslogtreecommitdiffstats
path: root/fedoratheme/kindofblue/configure.zcml
diff options
context:
space:
mode:
authorIzhar Firdaus <kagesenshi.87@gmail.com>2008-12-10 03:10:09 +0800
committerIzhar Firdaus <kagesenshi.87@gmail.com>2008-12-10 03:10:09 +0800
commitf195540bd68c6690bca43a0ba8011c5a5bccccd5 (patch)
treea9af9cd67ac1afcbcff7a47ae5acddb7faf28faa /fedoratheme/kindofblue/configure.zcml
downloadfedoratheme.kindofblue-f195540bd68c6690bca43a0ba8011c5a5bccccd5.tar.gz
fedoratheme.kindofblue-f195540bd68c6690bca43a0ba8011c5a5bccccd5.tar.xz
fedoratheme.kindofblue-f195540bd68c6690bca43a0ba8011c5a5bccccd5.zip
- initial import
Diffstat (limited to 'fedoratheme/kindofblue/configure.zcml')
-rw-r--r--fedoratheme/kindofblue/configure.zcml14
1 files changed, 14 insertions, 0 deletions
diff --git a/fedoratheme/kindofblue/configure.zcml b/fedoratheme/kindofblue/configure.zcml
new file mode 100644
index 0000000..5276a84
--- /dev/null
+++ b/fedoratheme/kindofblue/configure.zcml
@@ -0,0 +1,14 @@
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:five="http://namespaces.zope.org/five"
+ xmlns:cmf="http://namespaces.zope.org/cmf"
+ i18n_domain="fedoratheme.kindofblue">
+
+ <five:registerPackage package="." initialize=".initialize" />
+
+ <include package=".browser" />
+
+ <include file="skins.zcml" />
+ <include file="profiles.zcml" />
+
+</configure>