This file is indexed.

/usr/lib/python2.7/dist-packages/etcd_settings/__init__.py is in python-django-etcd-settings 0.1.13+dfsg-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 .proxy import proxy

settings = proxy

default_app_config = 'etcd_settings.apps.EtcdMonitor'