Give the subst logic its own SCons.Subst module. It's big enough.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 19 Sep 2005 11:13:56 +0000 (11:13 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 19 Sep 2005 11:13:56 +0000 (11:13 +0000)
commit2edaeb4f22c8a3877dbb5278ab5c92add9d7c4f4
tree458cbda69597f4d731acb4ea8d68802708d7055b
parente1fb4a59d56c7074411c16f001c2667cc6f805fa
Give the subst logic its own SCons.Subst module.  It's big enough.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1346 fdb21ef1-2011-0410-befe-b5e4ea1792b1
13 files changed:
src/RELEASE.txt
src/engine/MANIFEST.in
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
src/engine/SCons/Defaults.py
src/engine/SCons/Environment.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Options/OptionsTests.py
src/engine/SCons/Platform/__init__.py
src/engine/SCons/Subst.py [new file with mode: 0644]
src/engine/SCons/SubstTests.py [new file with mode: 0644]
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py