This file is indexed.

/usr/share/pyshared/qm/config.py is in qmtest 2.4.1-2.

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
import sys
version='2.4.1'
data_dir='share/qmtest'
doc_dir='share/doc/qmtest'
# The following variables are set / adjusted during
# the build / install process.
extension_path='share/qmtest/site-extensions-%s' % sys.version[:3]
prefix='/usr'