[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/metadirectives.py
Correct botched merge committed in revision 25996.
Fred L. Drake, Jr.
fred at zope.com
Wed Jun 30 15:30:10 EDT 2004
Log message for revision 26008:
Correct botched merge committed in revision 25996.
The "required" flag for the template attribute should not have been dropped
when the documentation was updated; the corresponding change on the trunk
did not touch the "required" flag.
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/metadirectives.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/metadirectives.py 2004-06-30 19:24:28 UTC (rev 26007)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/metadirectives.py 2004-06-30 19:30:10 UTC (rev 26008)
@@ -128,6 +128,7 @@
description=u"""
Refers to a file containing a page template (should end in
extension '.pt' or '.html').""",
+ required=False
)
class IViewDefaultPageSubdirective(Interface):
More information about the Zope3-Checkins
mailing list