This file is indexed.

/usr/lib/python2.7/dist-packages/googlecloudapis/dns/v1beta1/__init__.py is in python-googlecloudapis 0.9.30+debian1-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
 5
 6
 7
 8
 9
10
"""Common imports for generated dns client library."""
# pylint:disable=wildcard-import

import pkgutil

from googlecloudapis.apitools.base.py import *
from googlecloudapis.dns.v1beta1.dns_v1beta1_client import *
from googlecloudapis.dns.v1beta1.dns_v1beta1_messages import *

__path__ = pkgutil.extend_path(__path__, __name__)