summaryrefslogtreecommitdiff
path: root/Lib/test/test_logging.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-06 21:54:40 +0000
committerGeorg Brandl <georg@python.org>2010-02-06 21:54:40 +0000
commit26a1f72637cb6b8af7ccde5cfc683eefb0d9915a (patch)
tree200bf9276cd8d203b5f8454076db4ff2d6608ff4 /Lib/test/test_logging.py
parent7f22443d94d7a87f3b146832a55ec3595c954a47 (diff)
downloadcpython-git-26a1f72637cb6b8af7ccde5cfc683eefb0d9915a.tar.gz
Remove unused imports from test_logging.
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r--Lib/test/test_logging.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 092bd41d7e..2a5283cadf 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -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