]> granicus.if.org Git - python/commitdiff
Remove unused imports from test_logging.
authorGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 21:54:40 +0000 (21:54 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 21:54:40 +0000 (21:54 +0000)
Lib/test/test_logging.py

index 092bd41d7e485dbf4b722f4f2f392f898db05e6b..2a5283cadfb60ca0efda7fe064595721ff73801d 100644 (file)
@@ -26,7 +26,6 @@ import logging.handlers
 import logging.config
 
 import codecs
-import copy
 import cPickle
 import cStringIO
 import gc
@@ -36,7 +35,6 @@ import re
 import select
 import socket
 from SocketServer import ThreadingTCPServer, StreamRequestHandler
-import string
 import struct
 import sys
 import tempfile
@@ -45,7 +43,6 @@ from test.test_support import captured_stdout, run_with_locale, run_unittest,\
 import textwrap
 import threading
 import time
-import types
 import unittest
 import warnings
 import weakref