[Zope3-checkins] SVN: Zope3/trunk/src/zope/viewlet/README.txt
Change XXX to TODO.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Jan 3 11:32:16 EST 2006
Log message for revision 41096:
Change XXX to TODO.
Changed:
U Zope3/trunk/src/zope/viewlet/README.txt
-=-
Modified: Zope3/trunk/src/zope/viewlet/README.txt
===================================================================
--- Zope3/trunk/src/zope/viewlet/README.txt 2006-01-03 16:31:44 UTC (rev 41095)
+++ Zope3/trunk/src/zope/viewlet/README.txt 2006-01-03 16:32:16 UTC (rev 41096)
@@ -144,7 +144,7 @@
>>> LeftColumn = manager.ViewletManager(ILeftColumn, template=leftColTemplate)
>>> leftColumn = LeftColumn(content, request, view)
-XXX: Fix this silly thing; viewlets should be directly available.
+TODO: Fix this silly thing; viewlets should be directly available.
As you can see, the viewlet manager provides a global ``options/viewlets``
variable that is an iterable of all the avialable viewlets in the correct
More information about the Zope3-Checkins
mailing list