This file is indexed.

/usr/share/pyshared/pdfminer/__init__.py is in python-pdfminer 20110515+dfsg-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
#!/usr/bin/env python2
__version__ = '20110515'

if __name__ == '__main__': print __version__