This file is indexed.

/usr/lib/python2.7/dist-packages/asn1crypto/version.py is in python-asn1crypto 0.24.0-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
5
6
# coding: utf-8
from __future__ import unicode_literals, division, absolute_import, print_function


__version__ = '0.24.0'
__version_info__ = (0, 24, 0)