mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove unused imports from test_logging.
This commit is contained in:
parent
7f22443d94
commit
26a1f72637
1 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@ import logging.handlers
|
||||||
import logging.config
|
import logging.config
|
||||||
|
|
||||||
import codecs
|
import codecs
|
||||||
import copy
|
|
||||||
import cPickle
|
import cPickle
|
||||||
import cStringIO
|
import cStringIO
|
||||||
import gc
|
import gc
|
||||||
|
@ -36,7 +35,6 @@ import re
|
||||||
import select
|
import select
|
||||||
import socket
|
import socket
|
||||||
from SocketServer import ThreadingTCPServer, StreamRequestHandler
|
from SocketServer import ThreadingTCPServer, StreamRequestHandler
|
||||||
import string
|
|
||||||
import struct
|
import struct
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
|
@ -45,7 +43,6 @@ from test.test_support import captured_stdout, run_with_locale, run_unittest,\
|
||||||
import textwrap
|
import textwrap
|
||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
import types
|
|
||||||
import unittest
|
import unittest
|
||||||
import warnings
|
import warnings
|
||||||
import weakref
|
import weakref
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue