This file is indexed.

/usr/lib/python2.7/dist-packages/stompy/__init__.py is in python-stompy 0.2.9-1.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
from stompy.stomp import Stomp, NotConnectedError
from stompy.simple import Client, Empty, TransactionError
from stompy.distmeta import __version__
from stompy.distmeta import __doc__, __author__, __contact__, __homepage__