This file is indexed.

/usr/lib/python2.7/dist-packages/pywps/app/__init__.py is in python-pywps 4.0.0-3.

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
##################################################################
# Copyright 2016 OSGeo Foundation,                               #
# represented by PyWPS Project Steering Committee,               #
# licensed under MIT, Please consult LICENSE.txt for details     #
##################################################################


from pywps.app.Process import Process  # noqa: F401
from pywps.app.Service import Service  # noqa: F401
from pywps.app.WPSResponse import WPSResponse  # noqa: F401
from pywps.app.WPSRequest import WPSRequest  # noqa: F401
from pywps.app.WPSRequest import get_inputs_from_xml  # noqa: F401
from pywps.app.WPSRequest import get_output_from_xml  # noqa: F401