This file is indexed.

/usr/lib/python2.7/dist-packages/SOAPpy/__init__.py is in python-soappy 0.12.22-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
ident = '$Id: __init__.py 541 2004-01-31 04:20:06Z warnes $'
from version import __version__

from Client      import *
from Config      import *
from Errors      import *
from NS          import *
from Parser      import *
from SOAPBuilder import *
from Server      import *
from Types       import *
from Utilities     import *
import wstools
import WSDL