summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-15 21:04:47 (GMT)
committerSteven Knight <knight@baldmt.com>2010-06-15 21:04:47 (GMT)
commitfabff06e1ff1863ded70136f0797814a676a86d4 (patch)
treec13f47a573efee1038ead7d21149454a70b0dc52 /QMTest
parent1e73529341eb9559a7ded9e2bb327182f7748305 (diff)
downloadSCons-fabff06e1ff1863ded70136f0797814a676a86d4.zip
SCons-fabff06e1ff1863ded70136f0797814a676a86d4.tar.gz
SCons-fabff06e1ff1863ded70136f0797814a676a86d4.tar.bz2
Issue 2390: Support appending to $*FLAGS values (CLVar instances) in a
copied construction environment without also affecting the value in the original construction environment. (Matt Hughes)
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/scons_tdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/scons_tdb.py b/QMTest/scons_tdb.py
index 6be4696..cc2f127 100644
--- a/QMTest/scons_tdb.py
+++ b/QMTest/scons_tdb.py
@@ -134,7 +134,7 @@ def check_exit_status(result, prefix, desc, status):
-class Null:
+class Null(object):
pass
_null = Null()