This file is indexed.

/usr/share/pyshared/zope/app/container/testing.py is in python-zope.app.container 3.9.2-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
import os
from zope.app.testing.functional import ZCMLLayer

AppContainerLayer = ZCMLLayer(
    os.path.join(os.path.split(__file__)[0], 'ftesting.zcml'),
    __name__, 'AppContainerLayer', allow_teardown=True)