summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
Diffstat (limited to 'testing/framework')
-rw-r--r--testing/framework/TestCmd.py1
-rw-r--r--testing/framework/TestCmdTests.py2
-rw-r--r--testing/framework/TestCommon.py1
-rw-r--r--testing/framework/TestCommonTests.py2
-rw-r--r--testing/framework/TestSConsign.py1
5 files changed, 0 insertions, 7 deletions
diff --git a/testing/framework/TestCmd.py b/testing/framework/TestCmd.py
index f0051ba..558bf44 100644
--- a/testing/framework/TestCmd.py
+++ b/testing/framework/TestCmd.py
@@ -309,7 +309,6 @@ import tempfile
import threading
import time
import traceback
-import types
from collections import UserList, UserString
from subprocess import PIPE, STDOUT
diff --git a/testing/framework/TestCmdTests.py b/testing/framework/TestCmdTests.py
index 7017d2c..e37b90e 100644
--- a/testing/framework/TestCmdTests.py
+++ b/testing/framework/TestCmdTests.py
@@ -24,13 +24,11 @@ __revision__ = "TestCmdTests.py 1.3.D001 2010/06/03 12:58:27 knight"
import os
import shutil
-import signal
import stat
import subprocess
import sys
import tempfile
import time
-import types
import unittest
from io import StringIO
from contextlib import closing
diff --git a/testing/framework/TestCommon.py b/testing/framework/TestCommon.py
index 35bf365..1471439 100644
--- a/testing/framework/TestCommon.py
+++ b/testing/framework/TestCommon.py
@@ -99,7 +99,6 @@ __author__ = "Steven Knight <knight at baldmt dot com>"
__revision__ = "TestCommon.py 1.3.D001 2010/06/03 12:58:27 knight"
__version__ = "1.3"
-import copy
import glob
import os
import stat
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
diff --git a/testing/framework/TestSConsign.py b/testing/framework/TestSConsign.py
index 665059c..11a764c 100644
--- a/testing/framework/TestSConsign.py
+++ b/testing/framework/TestSConsign.py
@@ -19,7 +19,6 @@ in this subclass.
import os
import os.path
-import sys
from TestSCons import *
from TestSCons import __all__