This file is indexed.

/usr/share/pyshared/wsgi_intercept/urllib2_intercept/__init__.py is in python-wsgi-intercept 0.4-0ubuntu3.

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
"""intercept http requests made using the urllib2 module.

(see wsgi_intercept/__init__.py for examples)

"""
from wsgi_urllib2 import *