[Python-checkins] distutils2: Fix missing import

tarek.ziade python-checkins at python.org
Sun Aug 8 11:50:47 CEST 2010


tarek.ziade pushed 23a9e9264513 to distutils2:

http://hg.python.org/distutils2/rev/23a9e9264513
changeset:   476:23a9e9264513
user:        ?ric Araujo <merwok at netwok.org>
date:        Thu Aug 05 17:25:02 2010 +0200
summary:     Fix missing import
files:       src/distutils2/tests/pypi_server.py

diff --git a/src/distutils2/tests/pypi_server.py b/src/distutils2/tests/pypi_server.py
--- a/src/distutils2/tests/pypi_server.py
+++ b/src/distutils2/tests/pypi_server.py
@@ -9,6 +9,7 @@
 import Queue
 import SocketServer
 import select
+import socket
 import threading
 
 from BaseHTTPServer import HTTPServer

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list