This file is indexed.

/usr/share/paster_templates/webkit/tests/conftest.py_tmpl is in python-pastewebkit 1.0-7build1.

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
# You can add extra py.test options here...
import os
import sys
import pkg_resources

sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
pkg_resources.require(${repr(project)})