mapnik/scons/scons-local-4.0.1/SCons/__main__.py

5 lines
126 B
Python
Raw Normal View History

import SCons.Script
# this does all the work, and calls sys.exit
# with the proper exit status when done.
SCons.Script.main()