source: products/qPingTool/branches/plone-3.1/configure.zcml

Last change on this file was 198, checked in by crchemist, 18 years ago

Fixup error in init.py

File size: 301 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    i18n_domain="qPingTool">
5
6   <include package=".browser" />
7
8   <adapter factory=".adapter.CanonicalURL" />
9
10   <include file="profiles.zcml" />
11   <include file="skins.zcml" />
12
13</configure>
Note: See TracBrowser for help on using the repository browser.