mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Remove unused imports in test modules.
This commit is contained in:
parent
dc3694bee0
commit
a4f46e1292
74 changed files with 40 additions and 135 deletions
|
@ -3,7 +3,6 @@ Test suite for SocketServer.py.
|
|||
"""
|
||||
|
||||
import contextlib
|
||||
import errno
|
||||
import imp
|
||||
import os
|
||||
import select
|
||||
|
@ -11,13 +10,11 @@ import signal
|
|||
import socket
|
||||
import tempfile
|
||||
import threading
|
||||
import time
|
||||
import unittest
|
||||
import SocketServer
|
||||
|
||||
import test.test_support
|
||||
from test.test_support import reap_children, reap_threads, verbose
|
||||
from test.test_support import TESTFN as TEST_FILE
|
||||
|
||||
test.test_support.requires("network")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue