replace execfile() by equivalent exec statement
authorGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 2 Mar 2009 03:19:29 +0000 (03:19 +0000)
committerGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 2 Mar 2009 03:19:29 +0000 (03:19 +0000)
commitb2aaaa362c04bb7ecb446287d238af7ffc81032d
treecbd8a625268ec290a2d2e03bbad4a94de8678919
parentf35c6c5c2d2b78173c4094366c11cd34f6e3faea
replace execfile() by equivalent exec statement

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4057 fdb21ef1-2011-0410-befe-b5e4ea1792b1
12 files changed:
QMTest/TestSCons_time.py
bench/bench.py
src/engine/SCons/Variables/VariablesTests.py
src/engine/SCons/Variables/__init__.py
src/engine/SCons/compat/_scons_optparse.py
src/script/scons-time.py
test/Deprecated/Options/Options.py
test/Deprecated/Options/chdir.py
test/SConscript/SConscriptChdir.py
test/SConscriptChdir.py
test/Variables/Variables.py
test/Variables/chdir.py