[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/VFS - VFSContainerView.py:1.1.4.2.6.3
Jim Fulton
jim@zope.com
Mon, 3 Jun 2002 14:25:31 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/VFS
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/OFS/Container/Views/VFS
Modified Files:
Tag: Zope3InWonderland-branch
VFSContainerView.py
Log Message:
Changed list attribute syntax to be more XML standard.
In particular, list attributes now expect items to be separated by
whitespace, rather than commas.
=== Zope3/lib/python/Zope/App/OFS/Container/Views/VFS/VFSContainerView.py 1.1.4.2.6.2 => 1.1.4.2.6.3 ===
class XXXRequest:
- def __init__(self, presentationType, skin=''):
+ def __init__(self, presentationType, skin='default'):
self.presentationType = presentationType
self.skin = skin