This file is indexed.

/usr/lib/python2.7/dist-packages/woo/pre/__init__.py is in python-woo 1.0+dfsg1-1+b4.

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
# NOTE: all .py files from this directory are installed in py/woo/pre (as per /SConscript)
# they should not conflict with classes which are created in the woo.pre module (if any)

# frozen installation (via PyInstaller) is not able to auto-discover frozen preprocessors
# so they don't apper in the UI until they get imported by hand
# if they are listed here, they show up just fine
from . import horse
from . import cylTriax
from . import ell2d
from . import triax
from . import depot