This file is indexed.

/usr/share/pyshared/z3c/autoinclude/tests/APackage/a/configure.zcml is in python-z3c.autoinclude 0.3.5-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
<configure xmlns="http://namespaces.zope.org/zope">
   <include package="z3c.autoinclude" file="meta.zcml" />
   <includeDependencies package="." />
   <!-- APackage is autoincluded. 
   This means that BCPackage and TestDirective will be included, in no particular order.
   TestDirective has a meta.zcml.
   -->
</configure>