[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/browser/metaconfigure.py
Fixed minor formatting issues.
Benji York
benji at zope.com
Fri Feb 18 09:38:37 EST 2005
Log message for revision 29204:
Fixed minor formatting issues.
Changed:
U Zope3/trunk/src/zope/app/container/browser/metaconfigure.py
-=-
Modified: Zope3/trunk/src/zope/app/container/browser/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/metaconfigure.py 2005-02-18 14:34:36 UTC (rev 29203)
+++ Zope3/trunk/src/zope/app/container/browser/metaconfigure.py 2005-02-18 14:38:37 UTC (rev 29204)
@@ -55,12 +55,13 @@
layer = LayerField(
title=_("The layer the view is in."),
- description=_("""A skin is composed of layers. It is common to put
+ description=_("""A skin is composed of layers. It is common to put
skin specific views in a layer named after the skin. If the 'layer'
attribute is not supplied, it defaults to 'default'."""),
required=False
)
+
def containerViews(_context, for_, contents=None, add=None, index=None,
layer=IDefaultBrowserLayer):
"""Set up container views for a given content type."""
More information about the Zope3-Checkins
mailing list