Updated all import statements to use the new socketserver module name.

Renamed socketserver module in its own documentation.
Renamed documentation references.
This commit is contained in:
Alexandre Vassalotti 2008-05-12 02:11:22 +00:00
parent fb9ce65a91
commit d192c925ac
14 changed files with 61 additions and 64 deletions

View file

@ -42,7 +42,7 @@ class AllTest(unittest.TestCase):
self.check_all("MimeWriter")
self.check_all("Queue")
self.check_all("SimpleHTTPServer")
self.check_all("SocketServer")
self.check_all("socketserver")
self.check_all("StringIO")
self.check_all("UserString")
self.check_all("aifc")