ZCML File
configure.zcml
[top]
/
zope
/
app
/
dependable
/ configure.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
>
<
adapter
factory
="
zope.app.dependable.Dependable
"
provides
="
zope.app.dependable.interfaces.IDependable
"
for
="
zope.annotation.interfaces.IAnnotatable
"
/>
</
configure
>