fix for bug #2393. Instead of just 'import'ing
authorgaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 29 Apr 2009 01:18:14 +0000 (01:18 +0000)
committergaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 29 Apr 2009 01:18:14 +0000 (01:18 +0000)
commit0951c43f3bdbb1a50e32a4ebed746e1bcf9c6432
tree888a5686bbe5c770cfbe3b454e874f58e8d02e66
parentb333444d1caa942c744ddd850a00ba565fbdc3f6
fix for bug #2393.  Instead of just 'import'ing
site_scons/site_init.py, I now load that file directly into the
SCons.Script namespace using exec ... in.  This allows site_init.py to
define tools in the way users expect.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4162 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Script/Main.py
test/site_scons/site_init.py [new file with mode: 0644]