summaryrefslogtreecommitdiffstats
path: root/fedoratheme/kindofblue/configure.zcml
blob: 5276a846f98a1054cfaf869b2a49e5a4171c1405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>