[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py
Fix import for Zope 3.2.
Stefan H. Holek
stefan at epy.co.at
Thu Apr 5 13:31:50 EDT 2007
Log message for revision 74027:
Fix import for Zope 3.2.
Changed:
U Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py
-=-
Modified: Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py
===================================================================
--- Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py 2007-04-05 17:29:43 UTC (rev 74026)
+++ Zope/branches/2.9/lib/python/OFS/tests/testCopySupportEvents.py 2007-04-05 17:31:49 UTC (rev 74027)
@@ -19,7 +19,7 @@
from zope.app.container.interfaces import IObjectMovedEvent
from zope.app.container.interfaces import IObjectRemovedEvent
from zope.app.container.interfaces import IContainerModifiedEvent
-from zope.lifecycleevent.interfaces import IObjectCopiedEvent
+from zope.app.event.interfaces import IObjectCopiedEvent
from OFS.interfaces import IObjectWillBeAddedEvent
from OFS.interfaces import IObjectWillBeMovedEvent
from OFS.interfaces import IObjectWillBeRemovedEvent
More information about the Zope-Checkins
mailing list