diff options
author | Steven Knight <knight@baldmt.com> | 2010-05-25 15:30:57 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-05-25 15:30:57 (GMT) |
commit | 83b22241599ed5f8dc1bfdb1fdcca6fbcc39b95f (patch) | |
tree | b6075897b0eff6fa62a5167721533064b05cbcc7 /QMTest | |
parent | 86fbfc8a9d32c7e8e4f0768b6c03f5ea3571853f (diff) | |
download | SCons-83b22241599ed5f8dc1bfdb1fdcca6fbcc39b95f.zip SCons-83b22241599ed5f8dc1bfdb1fdcca6fbcc39b95f.tar.gz SCons-83b22241599ed5f8dc1bfdb1fdcca6fbcc39b95f.tar.bz2 |
Delete references to QMTest/unittest.py, which has been removed.
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/QMTest/SConscript b/QMTest/SConscript index 8e5585f..33fe903 100644 --- a/QMTest/SConscript +++ b/QMTest/SConscript @@ -39,7 +39,6 @@ files = [ 'TestSCons.py', 'TestSConsign.py', 'TestSCons_time.py', - 'unittest.py', ] def copy(target, source, env): |