/usr/share/pyshared/restkit/version.py is in python-restkit 4.2.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 | # -*- coding: utf-8 -
#
# This file is part of restkit released under the MIT license.
# See the NOTICE for more information.
version_info = (4, 2, 2)
__version__ = ".".join(map(str, version_info))
|