[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/uniqueid/browser/__init__.py
Converted XXX to TODO.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:44:39 EDT 2004
Log message for revision 26290:
Converted XXX to TODO.
-=-
Modified: Zope3/trunk/src/zope/app/uniqueid/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/uniqueid/browser/__init__.py 2004-07-09 14:53:16 UTC (rev 26289)
+++ Zope3/trunk/src/zope/app/uniqueid/browser/__init__.py 2004-07-09 15:44:38 UTC (rev 26290)
@@ -26,7 +26,7 @@
return len(trustedRemoveSecurityProxy(self.context).refs)
def populate(self):
- # XXX I think this should be moved to the functional test.
+ # TODO: I think this should be moved to the functional test.
self.context.register(zapi.traverse(self.context, "/"))
self.context.register(zapi.traverse(self.context, "/++etc++site"))
self.request.response.redirect('index.html')
More information about the Zope3-Checkins
mailing list