diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2012-12-16 20:30:08 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2012-12-16 20:30:08 (GMT) |
commit | 01bc93af6597b256ba2545e248289b82a18e9d5e (patch) | |
tree | 882f4a562f65f3a059a60ed5baf86699f2cabf28 /QMTest/TestSCons_time.py | |
parent | 78785a796c5cb080dc6a0e7bc99c720a349b3859 (diff) | |
download | SCons-01bc93af6597b256ba2545e248289b82a18e9d5e.zip SCons-01bc93af6597b256ba2545e248289b82a18e9d5e.tar.gz SCons-01bc93af6597b256ba2545e248289b82a18e9d5e.tar.bz2 |
Fixed tests/scons-time/file.py.
Diffstat (limited to 'QMTest/TestSCons_time.py')
-rw-r--r-- | QMTest/TestSCons_time.py | 2 |
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', ]) |