This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/requirement/browser/subthread.pt is in python-schooltool.gradebook 2.6.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
<tal:define define="dummy view/update"/>
<ul i18n:domain="schooltool.gradebook">
  <li tal:repeat="item view/listContentInfo">
    <div tal:replace="structure item/child/@@treenode"
         tal:on-error="nothing"/>
    <div tal:replace="structure item/thread"/>
  </li>
</ul>