scons: add module docstring to 'paths.py'
This commit is contained in:
parent
e9a0f020b4
commit
df7a5b8429
1 changed files with 4 additions and 2 deletions
|
@ -47,9 +47,11 @@ if env['PLATFORM'] == 'Darwin':
|
||||||
|
|
||||||
headers = [env['PYTHON_INCLUDES']] + env['CPPPATH']
|
headers = [env['PYTHON_INCLUDES']] + env['CPPPATH']
|
||||||
|
|
||||||
paths = """
|
paths = '''
|
||||||
|
"""Configuration paths of Mapnik fonts and input plugins (autogenerated by SCons)."""
|
||||||
|
|
||||||
mapniklibpath = '%s'
|
mapniklibpath = '%s'
|
||||||
"""
|
'''
|
||||||
|
|
||||||
paths += "inputpluginspath = mapniklibpath + '/input'\n"
|
paths += "inputpluginspath = mapniklibpath + '/input'\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue