summaryrefslogtreecommitdiffstats
path: root/test/option--C.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--C.py')
-rw-r--r--test/option--C.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/option--C.py b/test/option--C.py
index 47e067b..8ce52a9 100644
--- a/test/option--C.py
+++ b/test/option--C.py
@@ -24,12 +24,12 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import TestSCons
+import os
import string
-import sys
-import os.path
import types
+import TestSCons
+
def match_normcase(lines, matches):
if not type(lines) is types.ListType:
lines = string.split(lines, "\n")