diff options
Diffstat (limited to 'test/option/debug-count.py')
-rw-r--r-- | test/option/debug-count.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/option/debug-count.py b/test/option/debug-count.py index d301312..11ad66f 100644 --- a/test/option/debug-count.py +++ b/test/option/debug-count.py @@ -28,11 +28,10 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Test that the --debug=count option works. """ -import TestSCons -import sys import string import re -import time + +import TestSCons test = TestSCons.TestSCons() |