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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option-c.py b/test/option-c.py
index e709709..323c89d 100644
--- a/test/option-c.py
+++ b/test/option-c.py
@@ -28,8 +28,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test various uses of the -c (clean) option.
"""
-import os.path
+import os
import sys
+
import TestSCons
_python_ = TestSCons._python_