Additional clean up of how we import some SCons.* module names, including
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 13 Sep 2008 04:48:36 +0000 (04:48 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 13 Sep 2008 04:48:36 +0000 (04:48 +0000)
commitec1f3c71ca8d1a120c9a151dfcb6833811419001
tree345578c37927a7f0313a66b4c385b7a7e2a76b2a
parent4b538b23082742ffd9231cbc96c832f17be3b03a
Additional clean up of how we import some SCons.* module names, including
making SCons.Job.stack_size a variable that always exists, instead of
one that gets set from outside and requires SCons.Job to check for an
AttributeError.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3393 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Job.py
src/engine/SCons/Script/Interactive.py
src/engine/SCons/Script/Main.py