This file is indexed.

/usr/lib/python2.7/dist-packages/mapnik/paths.py is in python-mapnik 2.2.0+ds1-6build2.

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
"""Configuration paths of Mapnik fonts and input plugins (auto-generated by SCons)."""

from os.path import normpath,join,dirname

mapniklibpath = '/usr/lib/mapnik/2.2'
mapniklibpath = normpath(join(dirname(__file__),mapniklibpath))
inputpluginspath = join(mapniklibpath,'input')
fontscollectionpath = normpath('/usr/share/fonts')
__all__ = [mapniklibpath,inputpluginspath,fontscollectionpath]