This file is indexed.

/usr/share/pyshared/carrot/__init__.py is in python-carrot 0.10.7-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
"""AMQP Messaging Framework for Python"""
VERSION = (0, 10, 7)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"
__homepage__ = "http://github.com/ask/carrot/"
__docformat__ = "restructuredtext"