/usr/lib/python2.7/dist-packages/SOAPpy/version.py is in python-soappy 0.12.22-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 | try:
import pkg_resources
__version__ = pkg_resources.get_distribution("SOAPpy").version
except:
__version__="xxx"
|