summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tools
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_tools')
-rw-r--r--Lib/test/test_tools/test_md5sum.py1
-rw-r--r--Lib/test/test_tools/test_pathfix.py1
-rw-r--r--Lib/test/test_tools/test_pindent.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_tools/test_md5sum.py b/Lib/test/test_tools/test_md5sum.py
index c5a230e..710461f 100644
--- a/Lib/test/test_tools/test_md5sum.py
+++ b/Lib/test/test_tools/test_md5sum.py
@@ -1,6 +1,5 @@
"""Tests for the md5sum script in the Tools directory."""
-import sys
import os
import unittest
from test.support import os_helper
diff --git a/Lib/test/test_tools/test_pathfix.py b/Lib/test/test_tools/test_pathfix.py
index ff61935..aa754bc 100644
--- a/Lib/test/test_tools/test_pathfix.py
+++ b/Lib/test/test_tools/test_pathfix.py
@@ -2,7 +2,6 @@ import os
import subprocess
import sys
import unittest
-from test import support
from test.support import os_helper
from test.test_tools import scriptsdir, skip_if_missing
diff --git a/Lib/test/test_tools/test_pindent.py b/Lib/test/test_tools/test_pindent.py
index 01f1385..61e97fe 100644
--- a/Lib/test/test_tools/test_pindent.py
+++ b/Lib/test/test_tools/test_pindent.py
@@ -5,7 +5,6 @@ import sys
import unittest
import subprocess
import textwrap
-from test import support
from test.support import os_helper
from test.support.script_helper import assert_python_ok