summaryrefslogtreecommitdiffstats
path: root/testing/framework/TestCommonTests.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-09-21 14:21:38 (GMT)
committerMats Wichmann <mats@linux.com>2020-09-21 16:39:39 (GMT)
commit22c489260a659971aa6cea88f1024824fe31152d (patch)
treec67489084dcaa97d8c442033cfd213db0dcd4a19 /testing/framework/TestCommonTests.py
parent858ae87bad24f9df9b1731d154e72cf6d06f05de (diff)
downloadSCons-22c489260a659971aa6cea88f1024824fe31152d.zip
SCons-22c489260a659971aa6cea88f1024824fe31152d.tar.gz
SCons-22c489260a659971aa6cea88f1024824fe31152d.tar.bz2
Run autoflake on code
Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'testing/framework/TestCommonTests.py')
-rw-r--r--testing/framework/TestCommonTests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/framework/TestCommonTests.py b/testing/framework/TestCommonTests.py
index 6c9e92d..8a93b35 100644
--- a/testing/framework/TestCommonTests.py
+++ b/testing/framework/TestCommonTests.py
@@ -22,11 +22,9 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
__author__ = "Steven Knight <knight at baldmt dot com>"
__revision__ = "TestCommonTests.py 1.3.D001 2010/06/03 12:58:27 knight"
-import difflib
import os
import re
import signal
-import stat
import sys
import unittest