commit | 12cad204a0e9f026c5a4f4d486e059d51af7cd92 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Feb 06 23:58:25 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Feb 06 23:58:25 2010 +0000 |
tree | 1283fdc3992571d64b6a4c05521d071ab91bd28b | |
parent | 1f6176e794a2600a48ca6a3e78b6e49c0577177f [diff] [blame] |
Add missing import.
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 @@ from test import test_support import threading import time +import socket import unittest import xmlrpclib