This file is indexed.

/usr/lib/python2.7/dist-packages/ipaserver/install/server/__init__.py is in python-ipaserver 4.3.1-0ubuntu1.

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
8
#
# Copyright (C) 2015  FreeIPA Contributors see COPYING for license
#

from .install import Server
from .replicainstall import Replica

from .upgrade import upgrade_check, upgrade