[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture/tests - PlacelessSetup.py:1.4
Gary Poster
gary@zope.com
Sat, 21 Dec 2002 10:33:15 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ComponentArchitecture/tests
In directory cvs.zope.org:/tmp/cvs-serv30423/lib/python/Zope/App/ComponentArchitecture/tests
Modified Files:
PlacelessSetup.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/ComponentArchitecture/tests/PlacelessSetup.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/ComponentArchitecture/tests/PlacelessSetup.py:1.3 Thu Dec 5 12:15:40 2002
+++ Zope3/lib/python/Zope/App/ComponentArchitecture/tests/PlacelessSetup.py Sat Dec 21 10:32:44 2002
@@ -20,10 +20,6 @@
from Zope.App.ComponentArchitecture.IInterfaceService import IInterfaceService
from Zope.App.ComponentArchitecture.InterfaceService import interfaceService
-from Zope.Event.IEventService import IEventService
-from Zope.Event.GlobalEventService import eventService
-from Interface import Interface
-
class PlacelessSetup:
def setUp(self):