This file is indexed.

/usr/share/pyshared/importlib-1.0.2.egg-info is in python-importlib 1.0.2-2.

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
23
24
25
26
27
28
29
30
Metadata-Version: 1.0
Name: importlib
Version: 1.0.2
Summary: Backport of importlib.import_module() from Python 2.7
Home-page: http://svn.python.org/view/sandbox/trunk/importlib/
Author: Brett Cannon
Author-email: brett@python.org
License: UNKNOWN
Description: Purpose
        ========
        
        This package contains the code from importlib as found in Python 2.7. It is
        provided so that people who wish to use importlib.import_module() with a
        version of Python prior to 2.7 or in 3.0 have the function readily available.
        The code in no way deviates from what can be found in the 2.7 trunk.
        
        For documentation, see the `importlib docs`_ for Python 2.7.
        
        .. _importlib docs: http://docs.python.org/dev/library/importlib.html
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Python Software Foundation License