[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests - testEditConfiguration.py:1.3
Gary Poster
gary@zope.com
Sat, 21 Dec 2002 10:33:28 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests
In directory cvs.zope.org:/tmp/cvs-serv30423/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests
Modified Files:
testEditConfiguration.py
Log Message:
Moves ObjectEvent, GlobalEventService, and Logger from the Zope.Event package to the Zope.App.Event package.
Does *not* redesign/refactor LocalEventService to accept paths and hubids and reject non-wrapped objects. Maybe later.
This checkin may require you to hose your Data.fs.
For quadruple checking, I'll send a note to zope3-dev when I've confirmed that a fresh checkout works.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests/testEditConfiguration.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests/testEditConfiguration.py:1.2 Sat Nov 30 13:39:17 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/tests/testEditConfiguration.py Sat Dec 21 10:32:57 2002
@@ -29,8 +29,9 @@
from Zope.ComponentArchitecture.GlobalViewService import provideView
from Zope.ComponentArchitecture.GlobalAdapterService import provideAdapter
from Zope.Publisher.Browser.BrowserView import BrowserView
-from Zope.Event.tests.PlacelessSetup import getEvents
-from Zope.Event.IObjectEvent import IObjectRemovedEvent, IObjectModifiedEvent
+from Zope.App.Event.tests.PlacelessSetup import getEvents
+from Zope.App.Event.IObjectEvent import IObjectRemovedEvent
+from Zope.App.Event.IObjectEvent import IObjectModifiedEvent
from Zope.App.OFS.Container.IContainer import IContainer
from Zope.App.OFS.Container.IZopeContainer import IZopeContainer
from Zope.App.OFS.Container.ZopeContainerAdapter import ZopeContainerAdapter