Fix use of varlist in CommandGeneratorAction, ListAction and LazyAction
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 14 Jan 2010 07:02:42 +0000 (07:02 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 14 Jan 2010 07:02:42 +0000 (07:02 +0000)
commit7f72e50de6465a02c88521cc546897ff259df25c
tree0e8df1c9a6a927fab7e20816cc6318e22601a56d
parent844c74d6f24fc229b87144a601e176c56d05bdb4
Fix use of varlist in CommandGeneratorAction, ListAction and LazyAction
by adding a .get_varlist() accessor method that lets those wrapping
classes fetch the varlist from their wrapped Action object(s).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4615 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py