blob: c518adc85eff3b79354bdd782ad1c9d55a023641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<configure xmlns="http://namespaces.zope.org/zope"
i18n_domain="repoze.bfg">
<include package="z3c.pt" />
<adapter
factory=".traversal.NaivePublishTraverser"
provides=".interfaces.IPublishTraverserFactory"
for="* *"
/>
<adapter
factory=".wsgiadapter.NaiveWSGIViewAdapter"
provides=".interfaces.IWSGIApplicationFactory"
for="* * *"
/>
<include file="meta.zcml" />
</configure>
|