This file is indexed.

/usr/share/pyshared/pybridge/__init__.py is in pybridge-common 0.3.0-7.2.

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
8
9
"""
PyBridge - a free online bridge game.
"""

__version__ = '0.3.0'

__author__ = 'Michael Banks <michael@banksie.co.uk>'
__license__ = 'GNU General Public License, Version 2 or later'
__url__ = 'http://pybridge.sourceforge.net/'