[Zope-Checkins] CVS: Zope/lib/python/ZServer/PubCore - ZEvent.py:1.10.58.1

Fred L. Drake, Jr. fred@zope.com
Fri, 14 Feb 2003 00:40:15 -0500


Update of /cvs-repository/Zope/lib/python/ZServer/PubCore
In directory cvs.zope.org:/tmp/cvs-serv9273/PubCore

Modified Files:
      Tag: new-install-branch
	ZEvent.py 
Log Message:
We no longer need to use a local copy of asyncore; the one from Python 2.2.2
works just fine.


=== Zope/lib/python/ZServer/PubCore/ZEvent.py 1.10 => 1.10.58.1 ===
--- Zope/lib/python/ZServer/PubCore/ZEvent.py:1.10	Wed Aug 14 17:16:50 2002
+++ Zope/lib/python/ZServer/PubCore/ZEvent.py	Fri Feb 14 00:40:13 2003
@@ -15,7 +15,7 @@
 """
 
 from ZServer.medusa.thread.select_trigger import trigger
-from ZServer.medusa.asyncore import socket_map
+from asyncore import socket_map
 
 class simple_trigger(trigger):
     def handle_close(self):