diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-15 21:06:27 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-15 21:06:27 (GMT) |
commit | d17b1012106133c8f65e8f8e0e105d251a60b14d (patch) | |
tree | b233bf1202d4d1f6185f9871f757e7da9c5d05e9 /QMTest | |
parent | fabff06e1ff1863ded70136f0797814a676a86d4 (diff) | |
download | SCons-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.py | 2 |
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() |