summaryrefslogtreecommitdiffstats
path: root/QMTest/TestSCons_time.py
diff options
context:
space:
mode:
authorRobert Managan <ramanagan@att.net>2012-12-18 23:09:21 (GMT)
committerRobert Managan <ramanagan@att.net>2012-12-18 23:09:21 (GMT)
commitb91167a75ea49620ea587482df0efd30d9a9cf16 (patch)
tree5767433bfda9d36e134af9b09446db20ddd34f0b /QMTest/TestSCons_time.py
parent5758e27903c4e584b08ad2d69fa80884894e140e (diff)
parent02cae725ed116ae6cd996fe3bf5888f7f8f61b97 (diff)
downloadSCons-b91167a75ea49620ea587482df0efd30d9a9cf16.zip
SCons-b91167a75ea49620ea587482df0efd30d9a9cf16.tar.gz
SCons-b91167a75ea49620ea587482df0efd30d9a9cf16.tar.bz2
update to latest SCons commits
Diffstat (limited to 'QMTest/TestSCons_time.py')
-rw-r--r--QMTest/TestSCons_time.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/QMTest/TestSCons_time.py b/QMTest/TestSCons_time.py
index 4a759c0..abe8ccf 100644
--- a/QMTest/TestSCons_time.py
+++ b/QMTest/TestSCons_time.py
@@ -21,6 +21,8 @@ import sys
from TestCommon import *
from TestCommon import __all__
+# some of the scons_time tests may need regex-based matching:
+from TestSCons import search_re, search_re_in_list
__all__.extend([ 'TestSCons_time',
])