7 lines
		
	
	
		
			148 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# use this to start SCons from the IDE for debugging
 | 
						|
import sys
 | 
						|
from SCons.Script.Main import main
 | 
						|
 | 
						|
if __name__ == '__main__':
 | 
						|
    sys.exit(main())
 |