summaryrefslogtreecommitdiffstats
path: root/test/SourceCode.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SourceCode.py')
-rw-r--r--test/SourceCode.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SourceCode.py b/test/SourceCode.py
index b74f8b1..2c01158 100644
--- a/test/SourceCode.py
+++ b/test/SourceCode.py
@@ -29,7 +29,6 @@ Test fetching source files using the SourceCode() method.
"""
import os
-import stat
import TestSCons
@@ -38,7 +37,7 @@ test = TestSCons.TestSCons()
test.subdir('sub', 'sub2')
test.write('SConstruct', """\
-import os.path
+import os
def cat(env, source, target):
target = str(target[0])