This file is indexed.

/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/__init__.py is in python-keystoneclient 1:0.7.1-ubuntu1.

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
# flake8: noqa
from keystoneclient.v2_0.client import Client


__all__ = [
    'client',
]