[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/browser/find.py Removed XXX.

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


Log message for revision 26322:

Removed XXX.

Converted XXX to statement.




-=-
Modified: Zope3/trunk/src/zope/app/container/browser/find.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/find.py	2004-07-09 15:45:48 UTC (rev 26321)
+++ Zope3/trunk/src/zope/app/container/browser/find.py	2004-07-09 15:45:50 UTC (rev 26322)
@@ -15,14 +15,13 @@
 
 $Id$
 """
-# XXX this needs to be looked up in a registry
 from zope.app.container.find import SimpleIdFindFilter
 from zope.app.container.interfaces import IFind
 from zope.app.traversing.api import getName
 from zope.component import getView
 from zope.app.publisher.browser import BrowserView
 
-# XXX very simple implementation right now
+# Very simple implementation right now
 class Find(BrowserView):
 
     def findByIds(self, ids):



More information about the Zope3-Checkins mailing list