summaryrefslogtreecommitdiff
path: root/Lib/test/test_logging.py
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-12 02:11:22 +0000
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-12 02:11:22 +0000
commit36a4e5f9ae786b8fa3610e889f6cde7e75a3e9d6 (patch)
treeb83ff7e9acbc27751a3372b070dbe1983c0ba8ca /Lib/test/test_logging.py
parentdf57ed43f8a07deadb63a32a99202f47673a19ce (diff)
downloadcpython-36a4e5f9ae786b8fa3610e889f6cde7e75a3e9d6.tar.gz
Updated all import statements to use the new socketserver module name.
Renamed socketserver module in its own documentation. Renamed documentation references.
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r--Lib/test/test_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index b937411c03..97e1af38a7 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -33,7 +33,7 @@ import os
import re
import select
import socket
-from SocketServer import ThreadingTCPServer, StreamRequestHandler
+from socketserver import ThreadingTCPServer, StreamRequestHandler
import string
import struct
import sys