13 lines
429 B
XML
13 lines
429 B
XML
<configure
|
|
xmlns="http://namespaces.zope.org/zope"
|
|
xmlns:grok="http://namespaces.zope.org/grok">
|
|
|
|
<!-- do the meta configuration to make the ZCML directives available -->
|
|
<include package="zope.component" file="meta.zcml" />
|
|
<include package="grokcore.component" file="meta.zcml" />
|
|
|
|
|
|
<!-- finally load my components which are based on grokcore.component -->
|
|
<grok:grok package="pyogp.lib.base" />
|
|
|
|
</configure> |