This file is indexed.

/usr/lib/python2.7/dist-packages/gnutls/__info__.py is in python-gnutls 3.0.0-0ubuntu1.

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
"""Package information"""

__project__ = "python-gnutls"
__summary__ = "Python wrapper for the GnuTLS library"
__webpage__ = "https://github.com/AGProjects/python-gnutls"

__version__ = "3.0.0"

__author__ = "Dan Pascu"
__email__ = "dan@ag-projects.com"

__license__ = "LGPL"
__copyright__ = "Copyright 2006-2016 {}".format(__author__)