Python 1.5 compatibility: explicity import SCons.compat (again)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 23 Sep 2008 07:08:46 +0000 (07:08 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 23 Sep 2008 07:08:46 +0000 (07:08 +0000)
commit270f6b0614dd4b7d79b92c3d5c7434a92d742423
tree0ce18fa757be59affc8b17256eda5103d8c4e2b4
parentfe5a48ac96bb3adadeba1a27d1736d276ef8c20c
Python 1.5 compatibility:  explicity import SCons.compat (again)
so the zip() function is available so the unit tests can pass when
run on older Python versions.

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