This file is indexed.

/usr/lib/python2.7/dist-packages/openstack_auth/exceptions.py is in python-openstack-auth 1.1.3-0ubuntu3.

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

The actual contents of the file can be viewed below.

1
2
3
class KeystoneAuthException(Exception):
    """ Generic error class to identify and catch our own errors. """
    pass