[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/tests - testTabsDirective.py:1.1.2.8.2.1 testZMIViewService.py:1.1.2.7.2.1 testZMIViewUtility.py:1.1.2.10.2.1
Christian Theune
ct@gocept.com
Sat, 25 May 2002 08:30:15 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/tests
In directory cvs.zope.org:/tmp/cvs-serv1063/lib/python/Zope/App/ZMI/tests
Modified Files:
Tag: ctheune-services_move-branch
testTabsDirective.py testZMIViewService.py
testZMIViewUtility.py
Log Message:
Move of ServiceManager Part 3
(Rewriting all import statements and references to the modules)
=== Zope3/lib/python/Zope/App/ZMI/tests/testTabsDirective.py 1.1.2.8 => 1.1.2.8.2.1 ===
from Zope.App.ZMI.tests.sampleInterfaces import *
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
import PlacefulSetup
from Zope.ComponentArchitecture import getService
=== Zope3/lib/python/Zope/App/ZMI/tests/testZMIViewService.py 1.1.2.7 => 1.1.2.7.2.1 ===
from Zope.App.ZMI.ZMIViewService import ZMIViewService
from Zope.App.ZMI.tests.sampleInterfaces import *
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
import PlacefulSetup
=== Zope3/lib/python/Zope/App/ZMI/tests/testZMIViewUtility.py 1.1.2.10 => 1.1.2.10.2.1 ===
from Zope.App.ZMI.IZMIViewService import IZMIViewService
from Zope.ComponentArchitecture import getService, getServiceManager
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
import PlacefulSetup
from Zope.App.ZMI.ZMIViewUtility import ZMIViewUtility
from Zope.Publisher.Browser.IBrowserPublisher import IBrowserPublisher