Update of /cvs-repository/Zope3/lib/python/Zope/Server/HTTP
In directory cvs.zope.org:/tmp/cvs-serv21582
Modified Files:
Tag: Zope3-Server-Branch
HTTPServer.py
Log Message:
Forgotten import
=== Zope3/lib/python/Zope/Server/HTTP/HTTPServer.py 1.1.2.2 => 1.1.2.3 ===
try:
+ import asyncore
while 1:
asyncore.poll(5)