[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event - ObjectEvent.py:1.1.2.2
Steve Alexander
steve@cat-box.net
Fri, 22 Feb 2002 13:50:15 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv7901
Modified Files:
Tag: Zope-3x-branch
ObjectEvent.py
Log Message:
Removed spurious reference to EventService, which hasn't been written yet.
=== Zope3/lib/python/Zope/Event/ObjectEvent.py 1.1.2.1 => 1.1.2.2 ===
from IObjectEvent import IObjectAddedEvent, IObjectModifiedEvent
from IObjectEvent import IObjectRemovedEvent, IObjectMovedEvent
-from EventService import EventService
class ObjectAddedEvent:
"""An object has been added to a container."""