[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/schema/browser/traversal.py
Soemone copied my Wiki code and copied a specific comment
with it. :-)
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jul 8 18:39:12 EDT 2004
Log message for revision 26262:
Soemone copied my Wiki code and copied a specific comment with it. :-)
-=-
Modified: Zope3/trunk/src/zope/app/schema/browser/traversal.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/browser/traversal.py 2004-07-08 22:38:18 UTC (rev 26261)
+++ Zope3/trunk/src/zope/app/schema/browser/traversal.py 2004-07-08 22:39:12 UTC (rev 26262)
@@ -9,7 +9,7 @@
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
##############################################################################
-"""Specific HTTP
+"""Specific HTTP Traverser
$Id$
"""
@@ -37,9 +37,6 @@
def publishTraverse(self, request, name):
subob = self.context.get(name, None)
- # XXX: Check that subobj has self.context as parent!
- # YYY: Why?
-
if subob is None:
view = queryView(self.context, name, request)
More information about the Zope3-Checkins
mailing list