This file is indexed.

/usr/share/pyshared/pyweblib/__init__.py is in python-weblib 1.3.9-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
"""
pyweblib - several modules for web programming tasks
(C) 2001 by Michael Stroeder <michael@stroeder.com>

This module including sub-modules is distributed under the terms
of the GPL (GNU GENERAL PUBLIC LICENSE) Version 2
(see http://www.gnu.org/copyleft/gpl.html)

Compability note:
requires Python 2.0+

Sub modules:
pyweblib.forms             class library for handling <FORM> input
pyweblib.session           server-side web session handling
pyweblib.helper            misc. stuff useful in CGI-BINs
pyweblib.sslenv            retrieves SSL-related env vars
pyweblib.httphelper        very basic HTTP functions

$Id: __init__.py,v 1.33 2011/07/16 16:08:21 michael Exp $
"""

__version__ = '1.3.9'