summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-15 21:06:27 (GMT)
committerSteven Knight <knight@baldmt.com>2010-06-15 21:06:27 (GMT)
commitd17b1012106133c8f65e8f8e0e105d251a60b14d (patch)
treeb233bf1202d4d1f6185f9871f757e7da9c5d05e9 /QMTest
parentfabff06e1ff1863ded70136f0797814a676a86d4 (diff)
downloadSCons-d17b1012106133c8f65e8f8e0e105d251a60b14d.zip
SCons-d17b1012106133c8f65e8f8e0e105d251a60b14d.tar.gz
SCons-d17b1012106133c8f65e8f8e0e105d251a60b14d.tar.bz2
Revert in-directory changes inadvertently swept up in the last checkin.
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 cc2f127..6be4696 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(object):
+class Null:
pass
_null = Null()