[Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/viewlet/README.txt Made a TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jan 3 12:48:40 EST 2006


Log message for revision 41100:
  Made a TODO.
  

Changed:
  U   Zope3/branches/3.2/src/zope/viewlet/README.txt

-=-
Modified: Zope3/branches/3.2/src/zope/viewlet/README.txt
===================================================================
--- Zope3/branches/3.2/src/zope/viewlet/README.txt	2006-01-03 17:36:12 UTC (rev 41099)
+++ Zope3/branches/3.2/src/zope/viewlet/README.txt	2006-01-03 17:48:40 UTC (rev 41100)
@@ -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