This file is indexed.

/usr/lib/python2.7/dist-packages/mptt/settings.py is in python-django-mptt 0.8.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
from django.conf import settings

"""Default level indicator. By default is `'---'`."""
DEFAULT_LEVEL_INDICATOR = getattr(settings, 'MPTT_DEFAULT_LEVEL_INDICATOR',
                                  '---')