[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/tests - testHTTPServer2.py:1.1.2.2
Shane Hathaway
shane@digicool.com
Tue, 27 Nov 2001 12:10:24 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Server/tests
In directory cvs.zope.org:/tmp/cvs-serv18994/lib/python/Zope/Server/tests
Modified Files:
Tag: Zope-3x-branch
testHTTPServer2.py
Log Message:
Re-enabled testHTTPServer2, with logging turned off by default.
=== Zope3/lib/python/Zope/Server/tests/testHTTPServer2.py 1.1.2.1 => 1.1.2.2 ===
from threading import Thread
from Zope.Server.TaskThreads import ThreadedTaskDispatcher
-from Zope.Server.HTTPServer2 import http_server
+from Zope.Server.HTTPServer import http_server
from Zope.Server.dual_mode_channel import pull_trigger
from httplib import HTTPConnection