]> granicus.if.org Git - python/commitdiff
Add missing import.
authorGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 23:58:25 +0000 (23:58 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 23:58:25 +0000 (23:58 +0000)
Lib/test/test_docxmlrpc.py

index da22f6180e762453860e861c544d03730824b91a..c7b7775c95a6784c4bc8ebef026ce89e6a50c895 100644 (file)
@@ -3,6 +3,7 @@ import httplib
 from test import test_support
 import threading
 import time
+import socket
 import unittest
 import xmlrpclib