source: main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/configure.zcml @ 8814

Last change on this file since 8814 was 8814, checked in by uli, 12 years ago

Include the ZCML which triggers the grokking. Only then registrations
for kofacustom.nigeria take place on startup.

File size: 348 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:grok="http://namespaces.zope.org/grok"
3           xmlns:i18n="http://namespaces.zope.org/i18n">
4
5  <!-- Loading grok also configures a lot of other needed packages correctly.
6  -->
7  <include package="grok" />
8  <includeOverrides package="." file="overrides.zcml" />
9</configure>
Note: See TracBrowser for help on using the repository browser.