This file is indexed.

/usr/share/pyshared/zc/table/configure.zcml is in python-zc.table 0.9.0-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
<configure
    xmlns="http://namespaces.zope.org/zope"
    >

  <resourceLibrary name="zc.table">
    <directory source="resources" include="sorting.js"/>
  </resourceLibrary>

</configure>