This file is indexed.

/usr/share/pyshared/restkit/version.py is in python-restkit 3.3.2-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
# -*- coding: utf-8 -
#
# This file is part of restkit released under the MIT license. 
# See the NOTICE for more information.

version_info = (3, 3, 2)
__version__ =  ".".join(map(str, version_info))