This file is indexed.

/usr/lib/python2.7/dist-packages/zope/browserresource/tests/configure.txt is in python-zope.browserresource 3.12.0-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
Package configuration
=====================

The ``zope.browserresource`` package provides a ZCML file that configures some
adapters and views and a couple of security declarations:

  >>> from zope.configuration.xmlconfig import XMLConfig
  >>> import zope.browserresource

  >>> XMLConfig('configure.zcml', zope.browserresource)()

  >>> len(list(zope.component.getGlobalSiteManager().registeredUtilities()))
  9

  >>> len(list(zope.component.getGlobalSiteManager().registeredAdapters()))
  3