This file is indexed.

/usr/lib/python2.7/dist-packages/pyproj/datadir.py is in python-pyproj 1.9.5.1-1build1.

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
import os

if 'PROJ_DIR' in os.environ:
    pyproj_datadir = os.environ['PROJ_DIR']
else:
    pyproj_datadir = "/usr/share/proj/"