summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-06 23:58:25 (GMT)
committerGeorg Brandl <georg@python.org>2010-02-06 23:58:25 (GMT)
commit12cad204a0e9f026c5a4f4d486e059d51af7cd92 (patch)
tree1283fdc3992571d64b6a4c05521d071ab91bd28b /Lib/test
parent1f6176e794a2600a48ca6a3e78b6e49c0577177f (diff)
downloadcpython-12cad204a0e9f026c5a4f4d486e059d51af7cd92.zip
cpython-12cad204a0e9f026c5a4f4d486e059d51af7cd92.tar.gz
cpython-12cad204a0e9f026c5a4f4d486e059d51af7cd92.tar.bz2
Add missing import.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_docxmlrpc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_docxmlrpc.py b/Lib/test/test_docxmlrpc.py
index da22f61..c7b7775 100644
--- a/Lib/test/test_docxmlrpc.py
+++ b/Lib/test/test_docxmlrpc.py
@@ -3,6 +3,7 @@ import httplib
from test import test_support
import threading
import time
+import socket
import unittest
import xmlrpclib