web/views/wfentities.py
branchtls-sprint
changeset 728 a95b284150d1
parent 688 cddfbdee0eb3
child 795 63f4f81e19f1
--- a/web/views/wfentities.py	Tue Feb 17 23:46:48 2009 +0100
+++ b/web/views/wfentities.py	Tue Feb 17 23:47:23 2009 +0100
@@ -11,7 +11,7 @@
 
 class CellView(EntityView):
     id = 'cell'
-    __selectors__ = implements('TrInfo')
+    __select__ = implements('TrInfo')
     
     def cell_call(self, row, col, cellvid=None):
         entity = self.entity(row, col)