This file is indexed.

/usr/lib/python2.7/dist-packages/registration/backends/hmac/__init__.py is in python-django-registration 2.2-2.

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
"""
A two-step (signup, then activation) registration workflow, using
HMAC-signed tokens.

To use, include() the provided URLconf --
registration.backends.hmac.urls -- somewhere in your URL
configuration.

For more details, see the documentation in the docs/ directory of the
source-code distribution, or online at
https://django-registration.readthedocs.io/

"""