[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Undo/tests - testUndo.py:1.1.2.4
Christian Theune
ct@gocept.com
Sat, 25 May 2002 10:03:25 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Undo/tests
In directory cvs.zope.org:/tmp/cvs-serv26313/lib/python/Zope/App/Undo/tests
Modified Files:
Tag: Zope-3x-branch
testUndo.py
Log Message:
Merged the ctheune-services_move-branch to Zope-3x-branch
- Moved Zope.App.OFS.ServiceManager into the Zope.App.OFS.Services package
- Moved Zope.App.OFS.RoleService into the Zope.App.OFS.Services package
=== Zope3/lib/python/Zope/App/Undo/tests/testUndo.py 1.1.2.3 => 1.1.2.4 ===
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: