This file is indexed.

/usr/lib/python2.7/dist-packages/mapnik/paths.py is in python-mapnik 1:0.0~20151125-92e79d2-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
7
import os

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