[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Undo/tests - testUndo.py:1.1.2.3.6.1
Christian Theune
ct@gocept.com
Sat, 25 May 2002 08:30:14 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Undo/tests
In directory cvs.zope.org:/tmp/cvs-serv1063/lib/python/Zope/App/Undo/tests
Modified Files:
Tag: ctheune-services_move-branch
testUndo.py
Log Message:
Move of ServiceManager Part 3
(Rewriting all import statements and references to the modules)
=== Zope3/lib/python/Zope/App/Undo/tests/testUndo.py 1.1.2.3 => 1.1.2.3.6.1 ===
from Zope.App.Undo.IUndoManager import IUndoManager
from Zope.App.Undo.Undo import Undo
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
import PlacefulSetup
class TestIUndoManager: