This file is indexed.

/usr/lib/python2.7/dist-packages/neuroshare/__init__.py is in python-neuroshare 0.9.2-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
 8
 9
10
11
12
13
__author__ = 'Christian Kellner'
__version__ = '0.9.2'
__contact__ = 'kellner@biologie.uni-muenchen.de'
__license__ = 'LGPL'

from Library import Library
from File import File
from Entity import EntityType
from Entity import Entity
from EventEntity import EventEntity
from AnalogEntity import AnalogEntity
from SegmentEntity import SegmentEntity
from NeuralEntity import NeuralEntity