Package SCons :: Module __main__
[hide private]
[frames] | no frames]

Source Code for Module SCons.__main__

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