This file is indexed.

/usr/share/pyshared/django_evolution/admin.py is in python-django-evolution 0.6.7-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.contrib import admin
from django_evolution.models import Version, Evolution

admin.site.register(Version)
admin.site.register(Evolution)