This file is indexed.

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