This file is indexed.

/usr/share/pyshared/d2to1/__init__.py is in python-d2to1 0.2.11-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
try:
    __version__ = __import__('pkg_resources').get_distribution('d2to1').version
except:
    __version__ = ''