diff options
author | Mats Wichmann <mats@linux.com> | 2019-10-21 20:01:34 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-10-21 20:01:34 (GMT) |
commit | 88387d1ebd5e7ee4c18f32a331ff5ad9d419dd9d (patch) | |
tree | 85692e27346aa4da5f9cb82f3df54dc8ebe3de8a | |
parent | 9c900844191f129d899dd48cc2fa96f9539d4ff6 (diff) | |
download | SCons-88387d1ebd5e7ee4c18f32a331ff5ad9d419dd9d.zip SCons-88387d1ebd5e7ee4c18f32a331ff5ad9d419dd9d.tar.gz SCons-88387d1ebd5e7ee4c18f32a331ff5ad9d419dd9d.tar.bz2 |
[PR 3464] quiet sider complaints
unused imports in a pair of tests that were moved and
thus "touched".
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | test/Removed/SourceSignatures/Old/env.py | 1 | ||||
-rw-r--r-- | test/Removed/SourceSignatures/Old/no-csigs.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/Removed/SourceSignatures/Old/env.py b/test/Removed/SourceSignatures/Old/env.py index c63b176..bf86d4d 100644 --- a/test/Removed/SourceSignatures/Old/env.py +++ b/test/Removed/SourceSignatures/Old/env.py @@ -29,7 +29,6 @@ Test that use of env.SourceSignatures() correctly overrides the default behavior. """ -import os import re import TestSCons diff --git a/test/Removed/SourceSignatures/Old/no-csigs.py b/test/Removed/SourceSignatures/Old/no-csigs.py index c4f2a78..60c0460 100644 --- a/test/Removed/SourceSignatures/Old/no-csigs.py +++ b/test/Removed/SourceSignatures/Old/no-csigs.py @@ -25,8 +25,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import os - import TestSCons import TestSConsign |