[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/tests - testRuntimeInfoView.py:1.1.2.4.6.1
Christian Theune
ct@gocept.com
Sat, 25 May 2002 08:30:40 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/tests
In directory cvs.zope.org:/tmp/cvs-serv1063/lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/tests
Modified Files:
Tag: ctheune-services_move-branch
testRuntimeInfoView.py
Log Message:
Move of ServiceManager Part 3
(Rewriting all import statements and references to the modules)
=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/tests/testRuntimeInfoView.py 1.1.2.4 => 1.1.2.4.6.1 ===
from Zope.ComponentArchitecture import getService
from types import DictType
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
import PlacefulSetup
class Test(PlacefulSetup, TestCase):