scons.py 222 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 """Run SCons from the NVDA source environment. """ import sys import os sys.path.append(os.path.abspath( os.path.join(__file__, "..", "source"))) import sourceEnv del sys.path[-1] import SCons.Script SCons.Script.main()