diff options
author | Mats Wichmann <mats@linux.com> | 2019-12-20 19:21:29 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-12-20 19:21:29 (GMT) |
commit | 1b177138a204de2000cc490a96050e54e4626166 (patch) | |
tree | ea2550a7ca4c60f99d3a32754328cdc142a2a157 /test/Removed/SourceCode/SourceCode.py | |
parent | c13b879fa7014a7a3e195bdc845fbf5527cca6aa (diff) | |
download | SCons-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.py | 2 |
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) |