[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/VFS - VFSContainerView.py:1.1.4.2
Christian Theune
ct@gocept.com
Sat, 18 May 2002 13:02:55 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/VFS
In directory cvs.zope.org:/tmp/cvs-serv3937/lib/python/Zope/App/OFS/Container/Views/VFS
Modified Files:
Tag: Zope-3x-branch
VFSContainerView.py
Log Message:
Completing OFS.Folder -> OFS.Content.Folder by merging 'ctheune-foldermove-branch' into Zope-3x-branch
=== Zope3/lib/python/Zope/App/OFS/Container/Views/VFS/VFSContainerView.py 1.1.4.1 => 1.1.4.2 ===
# XXX hard coded object types.
from Zope.App.OFS.Content.File.File import File
-from Zope.App.OFS.Folder.Folder import Folder
+from Zope.App.OFS.Content.Folder.Folder import Folder
class VFSContainerView: