scons: add module docstring to 'paths.py'

This commit is contained in:
Dane Springmeyer 2009-03-29 19:05:42 +00:00
parent e9a0f020b4
commit df7a5b8429

View file

@ -47,9 +47,11 @@ if env['PLATFORM'] == 'Darwin':
headers = [env['PYTHON_INCLUDES']] + env['CPPPATH']
paths = """
paths = '''
"""Configuration paths of Mapnik fonts and input plugins (autogenerated by SCons)."""
mapniklibpath = '%s'
"""
'''
paths += "inputpluginspath = mapniklibpath + '/input'\n"