[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Forms/Browser/tests - testEditView.py:1.5

Gary Poster gary@zope.com
Sat, 21 Dec 2002 10:33:17 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Forms/Browser/tests
In directory cvs.zope.org:/tmp/cvs-serv30423/lib/python/Zope/App/Forms/Browser/tests

Modified Files:
	testEditView.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/Forms/Browser/tests/testEditView.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/Forms/Browser/tests/testEditView.py:1.4	Mon Dec  9 11:09:18 2002
+++ Zope3/lib/python/Zope/App/Forms/Browser/tests/testEditView.py	Sat Dec 21 10:32:46 2002
@@ -15,7 +15,7 @@
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from Zope.App.tests.PlacelessSetup import PlacelessSetup
-from Zope.Event.tests.PlacelessSetup import getEvents
+from Zope.App.Event.tests.PlacelessSetup import getEvents
 from Interface import Interface
 from Zope.Schema import TextLine
 from Zope.Schema.IField import ITextLine