Add a compat module for the (Python 2.3) platform.py module so that tests
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 27 Nov 2009 16:41:56 +0000 (16:41 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 27 Nov 2009 16:41:56 +0000 (16:41 +0000)
commiteabde0525fe3662674878e5f30157c20584c2c10
tree731e32ae53e924bbe6221acbab4a700cfe4954da
parentc6dc8bd32c438b2627fe772c21d77f800655dc67
Add a compat module for the (Python 2.3) platform.py module so that tests
using early Python versions work correctly, and without relying on the
QMTest infrastructure adding the installed Python version's directories
to sys.path.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4489 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Tool/MSCommon/vc.py
src/engine/SCons/compat/__init__.py
src/engine/SCons/compat/_scons_platform.py [new file with mode: 0644]