This file is indexed.

/usr/lib/python2.7/dist-packages/registration/backends/simple/__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 one-step registration workflow, in which a user signs up and is
immediately active and logged in.

To use, include() the provided URLconf --
registration.backends.simple.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/

"""