[Zope3-checkins] CVS: Zope3/lib/python/Zope/Event - ObjectEvent.py:1.7

Benjamin Saller bcsaller@yahoo.com
Thu, 5 Dec 2002 07:54:32 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv20286

Modified Files:
	ObjectEvent.py 
Log Message:
fixed long line


=== Zope3/lib/python/Zope/Event/ObjectEvent.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/Event/ObjectEvent.py:1.6	Thu Dec  5 05:34:47 2002
+++ Zope3/lib/python/Zope/Event/ObjectEvent.py	Thu Dec  5 07:54:32 2002
@@ -22,7 +22,8 @@
 from IObjectEvent import IObjectEvent, IObjectCreatedEvent
 from IObjectEvent import IObjectAddedEvent, IObjectModifiedEvent
 from IObjectEvent import IObjectRemovedEvent, IObjectMovedEvent
-from IObjectEvent import IObjectContentModifiedEvent, IObjectAnnotationsModifiedEvent
+from IObjectEvent import IObjectContentModifiedEvent, \
+                         IObjectAnnotationsModifiedEvent
 
 class ObjectEvent:
     """Something has happened to an object"""