summaryrefslogtreecommitdiff
path: root/test/Deprecated/debug-stree.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/debug-stree.py')
-rw-r--r--test/Deprecated/debug-stree.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Deprecated/debug-stree.py b/test/Deprecated/debug-stree.py
index 9b6e067a..714b5b3a 100644
--- a/test/Deprecated/debug-stree.py
+++ b/test/Deprecated/debug-stree.py
@@ -29,11 +29,9 @@ Test that the --debug=stree option prints a dependency tree with output
that indicates the state of various Node status flags.
"""
-import TestSCons
-import sys
import string
-import re
-import time
+
+import TestSCons
test = TestSCons.TestSCons(match = TestSCons.match_re_dotall)