blob: 91b4f40e8c6cb34b7dd8d2cfc43ec145efe083cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:meta="http://namespaces.zope.org/meta">
<meta:directives namespace="http://namespaces.repoze.org/bfg">
<meta:directive
name="view"
schema=".zcml.IViewDirective"
handler=".zcml.view"
/>
<meta:directive
name="settings"
schema=".zcml.ISettingsDirective"
handler=".zcml.settings"
/>
</meta:directives>
</configure>
|