[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests - testRuntimeInfo.py:1.1.2.5.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/tests
In directory cvs.zope.org:/tmp/cvs-serv1063/lib/python/Zope/App/OFS/ApplicationControl/tests

Modified Files:
      Tag: ctheune-services_move-branch
	testRuntimeInfo.py 
Log Message:
Move of ServiceManager Part 3
(Rewriting all import statements and references to the modules) 


=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests/testRuntimeInfo.py 1.1.2.5 => 1.1.2.5.6.1 ===
         return stupid_version_string
 
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
            import PlacefulSetup
 
 class Test(PlacefulSetup, TestCase):