This file is indexed.

/usr/share/pyshared/z3c/macro/configure.zcml is in python-z3c.macro 1.4.2-0ubuntu2.

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
22
23
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:tales="http://namespaces.zope.org/tales"
    xmlns:zcml="http://namespaces.zope.org/zcml"
    i18n_domain="z3c">

  <interface interface=".interfaces.IMacroExpression" />

  <tales:expressiontype
      name="macro"
      handler=".tales.MacroExpression"
      />

<!--
  <configure zcml:condition="installed chameleon.zpt">
    <utility
       name="macro"
       component=".tales.z3cpt_macro_expression"
       />
  </configure>
-->

</configure>