[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/PubCore - ZEvent.py:1.1.2.3

Shane Hathaway shane@digicool.com
Fri, 16 Nov 2001 12:31:32 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server/PubCore
In directory cvs.zope.org:/tmp/cvs-serv23100/PubCore

Modified Files:
      Tag: Zope-3x-branch
	ZEvent.py 
Log Message:
Fixed imports


=== Zope3/lib/python/Zope/Server/PubCore/ZEvent.py 1.1.2.2 => 1.1.2.3 ===
 """
 
-from ZServer.medusa.thread.select_trigger import trigger
+from Zope.Server.medusa.thread.select_trigger import trigger
 
 Wakeup=trigger().pull_trigger