Refactor use of basestring to use exec() on attempted assignment of
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 15 Apr 2010 01:06:53 +0000 (01:06 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 15 Apr 2010 01:06:53 +0000 (01:06 +0000)
commit003453475b4fb0b0b9f9031ed6a10876fa4f7e71
tree61feaa168910aa37ebbd6a9018792b7470a8c944
parent6a218d30e5fa1a14835a31129881b4288db7dc1d
Refactor use of basestring to use exec() on attempted assignment of
basestring to an internal variable (which we thenuse in a common
is_basestring() utility function), to avoid triggering the basestring fixer.

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