This file is indexed.

/usr/lib/python2.7/dist-packages/paramiko/_version.py is in python-paramiko 2.0.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
__version_info__ = (2, 0, 0)
__version__ = '.'.join(map(str, __version_info__))