/usr/share/pyshared/z3c/pt/configure.zcml is in python-z3c.pt 2.2.3-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 | <configure package="z3c.pt"
xmlns="http://namespaces.zope.org/zope"
xmlns:zcml="http://namespaces.zope.org/zcml">
<include package="zope.component" file="meta.zcml" />
<configure zcml:condition="installed zope.security">
<include package="zope.security" file="meta.zcml" />
<class class="chameleon.tal.RepeatItem">
<allow interface="chameleon.interfaces.ITALESIterator" />
</class>
<class class=".pagetemplate.BoundPageTemplate">
<allow attributes="__call__ __str__ __name__" />
</class>
</configure>
</configure>
|