web/views/primary.py
branchstable
changeset 6926 2cda8f1b4fae
parent 6634 0683748bca81
child 6931 0af44a38fe41
--- a/web/views/primary.py	Mon Jan 31 17:30:48 2011 +0100
+++ b/web/views/primary.py	Mon Jan 31 17:31:09 2011 +0100
@@ -100,6 +100,7 @@
         self.w(u'<div class="%s">' % context)
         for comp in self._cw.vreg['ctxcomponents'].poss_visible_objects(
             self._cw, rset=self.cw_rset, view=self, context=context):
+            # XXX bw compat code
             try:
                 comp.render(w=self.w, row=self.cw_row, view=self)
             except TypeError: