This file is indexed.

/usr/share/pyshared/pygraphviz/version.py is in python-pygraphviz 1.2-1.

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
"""
Version information for PyGraphviz, created during installation.

Do not add this file to the repository.

"""

__version__ = '1.2'
__revision__ = None
__date__ = 'Sat Aug  3 09:57:44 2013'