[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/hooks.py Removed XXX and commented code.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:46:50 EDT 2004


Log message for revision 26345:

Removed XXX and commented code.




-=-
Modified: Zope3/trunk/src/zope/app/component/hooks.py
===================================================================
--- Zope3/trunk/src/zope/app/component/hooks.py	2004-07-09 15:46:47 UTC (rev 26344)
+++ Zope3/trunk/src/zope/app/component/hooks.py	2004-07-09 15:46:50 UTC (rev 26345)
@@ -74,9 +74,6 @@
 
 def queryView(object, name, request, default=None,
               providing=Interface, context=None):
-    # XXX test
-    #if context is None:
-    #    context = object
     views = getService(Presentation, context)
     view = views.queryView(object, name, request, default=default,
                            providing=providing)



More information about the Zope3-Checkins mailing list