[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication - ZopePublication.py:1.1.2.38.2.1

Christian Theune ct@gocept.com
Sat, 18 May 2002 12:14:11 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication
In directory cvs.zope.org:/tmp/cvs-serv23629/lib/python/Zope/App/ZopePublication

Modified Files:
      Tag: ctheune-foldermove-branch
	ZopePublication.py 
Log Message:
Fixed path references from OFS.Folder to OFS.Content.Folder

=== Zope3/lib/python/Zope/App/ZopePublication/ZopePublication.py 1.1.2.38 => 1.1.2.38.2.1 ===
 
 from ZODB.POSException import ConflictError
-from Zope.App.OFS.Folder.RootFolder import RootFolder
+from Zope.App.OFS.Content.Folder.RootFolder import RootFolder
 from PublicationTraverse import PublicationTraverse
 
 from Zope.Security.Checker import ProxyFactory