summaryrefslogtreecommitdiffstats
path: root/test/Removed/SourceCode/SourceCode.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-12-20 19:21:29 (GMT)
committerMats Wichmann <mats@linux.com>2019-12-20 19:21:29 (GMT)
commit1b177138a204de2000cc490a96050e54e4626166 (patch)
treeea2550a7ca4c60f99d3a32754328cdc142a2a157 /test/Removed/SourceCode/SourceCode.py
parentc13b879fa7014a7a3e195bdc845fbf5527cca6aa (diff)
downloadSCons-1b177138a204de2000cc490a96050e54e4626166.zip
SCons-1b177138a204de2000cc490a96050e54e4626166.tar.gz
SCons-1b177138a204de2000cc490a96050e54e4626166.tar.bz2
[PR #3506] fix sider complaint
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Removed/SourceCode/SourceCode.py')
-rw-r--r--test/Removed/SourceCode/SourceCode.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Removed/SourceCode/SourceCode.py b/test/Removed/SourceCode/SourceCode.py
index 30499af..8ac54d4 100644
--- a/test/Removed/SourceCode/SourceCode.py
+++ b/test/Removed/SourceCode/SourceCode.py
@@ -40,8 +40,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test the removed SourceCode() method errors out if used.
"""
-import os
-
import TestSCons
test = TestSCons.TestSCons(match=TestSCons.match_exact)