summaryrefslogtreecommitdiffstats
path: root/QMTest/TestCommon.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-12-29 07:24:44 (GMT)
committerSteven Knight <knight@baldmt.com>2008-12-29 07:24:44 (GMT)
commitd0259ae0e1a37f431b21c8a7116b4206c127f8b6 (patch)
treeac603ddf6339b5c1f187d7b045da5fd5476c617c /QMTest/TestCommon.py
parentf6086e2bc3dd2e2d2237cdc94aa92b42658c8139 (diff)
downloadSCons-d0259ae0e1a37f431b21c8a7116b4206c127f8b6.zip
SCons-d0259ae0e1a37f431b21c8a7116b4206c127f8b6.tar.gz
SCons-d0259ae0e1a37f431b21c8a7116b4206c127f8b6.tar.bz2
Update to latest Test{Cmd,Common}.py, including fixes for working
with other modules that use atexit, a zip() in earlier Python versions that don't have it built in, and better error message reported when we can't compile a regular expression.
Diffstat (limited to 'QMTest/TestCommon.py')
-rw-r--r--QMTest/TestCommon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/QMTest/TestCommon.py b/QMTest/TestCommon.py
index 661c86c..fe1e680 100644
--- a/QMTest/TestCommon.py
+++ b/QMTest/TestCommon.py
@@ -85,8 +85,8 @@ The TestCommon module also provides the following variables
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
__author__ = "Steven Knight <knight at baldmt dot com>"
-__revision__ = "TestCommon.py 0.32.D001 2008/10/30 23:00:04 knight"
-__version__ = "0.32"
+__revision__ = "TestCommon.py 0.34.D001 2008/12/28 23:12:34 knight"
+__version__ = "0.34"
import copy
import os