[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Forms/Views/Browser/tests - testFormView.py:1.14.2.1

Jim Fulton jim@zope.com
Fri, 4 Oct 2002 13:30:37 -0400


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

Modified Files:
      Tag: ZopeDublinCore-branch
	testFormView.py 
Log Message:
Commiting branch prior to merge

=== Zope3/lib/python/Zope/App/Forms/Views/Browser/tests/testFormView.py 1.14 => 1.14.2.1 ===
--- Zope3/lib/python/Zope/App/Forms/Views/Browser/tests/testFormView.py:1.14	Sat Sep  7 12:18:48 2002
+++ Zope3/lib/python/Zope/App/Forms/Views/Browser/tests/testFormView.py	Fri Oct  4 13:30:06 2002
@@ -19,7 +19,7 @@
 from Zope.Testing.CleanUp import CleanUp # Base class w registry cleanup
 
 from Zope.ComponentArchitecture import getService
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 
 from Zope.Publisher.Browser.IBrowserView import IBrowserView
 from Zope.App.Forms.Views.Browser.FormView import FormView