/usr/share/pyshared/zope/keyreference/configure.zcml is in python-zope.keyreference 3.6.4-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | <configure xmlns="http://namespaces.zope.org/zope" i18n_domain="zope">
<adapter
for="persistent.interfaces.IPersistent"
factory=".persistent.KeyReferenceToPersistent"
trusted="y"
/>
<class class=".persistent.KeyReferenceToPersistent">
<require permission="zope.Public" interface=".interfaces.IKeyReference" />
</class>
<adapter
for="persistent.interfaces.IPersistent"
factory=".persistent.connectionOfPersistent"
/>
<!-- Registering documentation with API doc -->
<configure
xmlns:apidoc="http://namespaces.zope.org/apidoc"
xmlns:zcml="http://namespaces.zope.org/zcml"
zcml:condition="have apidoc">
<apidoc:bookchapter
id="keyref"
title="Persistent Key References"
doc_path="persistent.txt"
/>
</configure>
</configure>
|