This file is indexed.

/usr/share/pyshared/aiml/__init__.py is in python-aiml 0.8.6-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
__all__ = []

# The Kernel class is the only class most implementations should need.
from Kernel import Kernel