This file is indexed.

/usr/lib/python2.7/dist-packages/mapnik/paths.py is in python-mapnik 1:0.0~20180130-804a7947d-1.

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

mapniklibpath = '/usr/lib/mapnik/3.0'
mapniklibpath = os.path.normpath(mapniklibpath)
inputpluginspath = '/usr/lib/mapnik/3.0/input'
fontscollectionpath = '/usr/share/fonts'
__all__ = [mapniklibpath,inputpluginspath,fontscollectionpath]