This file is indexed.

/usr/share/pyshared/virtinst/_config.py is in virtinst 0.600.1-1ubuntu3.

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

The actual contents of the file can be viewed below.

1
2
3
__version__ = "0.600.1"
__version_info__ = tuple([ int(num) for num in __version__.split('.')])
rhel6defaults = bool(0)