This file is indexed.

/usr/lib/python2.7/dist-packages/opencv_apps/msg/__init__.py is in python-opencv-apps 1.11.11+ds-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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
from ._Circle import *
from ._CircleArray import *
from ._CircleArrayStamped import *
from ._Contour import *
from ._ContourArray import *
from ._ContourArrayStamped import *
from ._Face import *
from ._FaceArray import *
from ._FaceArrayStamped import *
from ._Flow import *
from ._FlowArray import *
from ._FlowArrayStamped import *
from ._FlowStamped import *
from ._Line import *
from ._LineArray import *
from ._LineArrayStamped import *
from ._Moment import *
from ._MomentArray import *
from ._MomentArrayStamped import *
from ._Point2D import *
from ._Point2DArray import *
from ._Point2DArrayStamped import *
from ._Point2DStamped import *
from ._Rect import *
from ._RectArray import *
from ._RectArrayStamped import *
from ._RotatedRect import *
from ._RotatedRectArray import *
from ._RotatedRectArrayStamped import *
from ._RotatedRectStamped import *
from ._Size import *