[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/tests - testSimpleComponentTraverser.py:1.2.8.1 testZopePublication.py:1.13.2.1
Jim Fulton
jim@zope.com
Fri, 4 Oct 2002 13:30:47 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/tests
In directory cvs.zope.org:/tmp/cvs-serv10951/lib/python/Zope/App/ZopePublication/tests
Modified Files:
Tag: ZopeDublinCore-branch
testSimpleComponentTraverser.py testZopePublication.py
Log Message:
Commiting branch prior to merge
=== Zope3/lib/python/Zope/App/ZopePublication/tests/testSimpleComponentTraverser.py 1.2 => 1.2.8.1 ===
--- Zope3/lib/python/Zope/App/ZopePublication/tests/testSimpleComponentTraverser.py:1.2 Mon Jun 10 19:29:22 2002
+++ Zope3/lib/python/Zope/App/ZopePublication/tests/testSimpleComponentTraverser.py Fri Oct 4 13:30:15 2002
@@ -22,7 +22,7 @@
from Zope.ComponentArchitecture import getService
from Interface import Interface
from Zope.Exceptions import NotFoundError
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
class I(Interface): pass
=== Zope3/lib/python/Zope/App/ZopePublication/tests/testZopePublication.py 1.13 => 1.13.2.1 ===
--- Zope3/lib/python/Zope/App/ZopePublication/tests/testZopePublication.py:1.13 Wed Jul 24 19:17:38 2002
+++ Zope3/lib/python/Zope/App/ZopePublication/tests/testZopePublication.py Fri Oct 4 13:30:15 2002
@@ -18,7 +18,7 @@
from ZODB.MappingStorage import DB
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
from Zope.ComponentArchitecture.GlobalAdapterService import provideAdapter
from Zope.I18n.IUserPreferredCharsets import IUserPreferredCharsets