[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/tests - testHTTPServer.py:1.1.2.11
Jim Fulton
jim@zope.com
Mon, 14 Jan 2002 08:48:45 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Server/tests
In directory cvs.zope.org:/tmp/cvs-serv32073
Modified Files:
Tag: Zope-3x-branch
testHTTPServer.py
Log Message:
Fixed import bug that kept tests from running.
=== Zope3/lib/python/Zope/Server/tests/testHTTPServer.py 1.1.2.10 => 1.1.2.11 ===
import socket
-from medusa.thread import select_trigger
+from Zope.Server.medusa.thread import select_trigger
from threading import Thread
from Zope.Server.TaskThreads import ThreadedTaskDispatcher
from Zope.Server.HTTPServer import http_task, http_channel, http_server