This file is indexed.

/usr/share/pyshared/reportlab/lib/__init__.py is in python-reportlab 2.5-1.1build1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#! /usr/bin/python
#Copyright ReportLab Europe Ltd. 2000-2004
#see license.txt for license details
#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/__init__.py
__version__=''' $Id: __init__.py 3660 2010-02-08 18:17:33Z damian $ '''
import os
RL_DEBUG = 'RL_DEBUG' in os.environ