[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/tests - testZopePublication.py:1.1.2.25
Christian Theune
ct@gocept.com
Sat, 18 May 2002 13:03:04 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/tests
In directory cvs.zope.org:/tmp/cvs-serv3937/lib/python/Zope/App/ZopePublication/tests
Modified Files:
Tag: Zope-3x-branch
testZopePublication.py
Log Message:
Completing OFS.Folder -> OFS.Content.Folder by merging 'ctheune-foldermove-branch' into Zope-3x-branch
=== Zope3/lib/python/Zope/App/ZopePublication/tests/testZopePublication.py 1.1.2.24 => 1.1.2.25 ===
if app is None:
- from Zope.App.OFS.Folder.RootFolder import RootFolder
+ from Zope.App.OFS.Content.Folder.RootFolder import RootFolder
from Transaction import get_transaction
app = RootFolder()