AppRsetObject now handle row and col tls-sprint
authorsylvain.thenault@logilab.fr
Wed, 15 Apr 2009 17:22:57 +0200
branchtls-sprint
changeset 1363 d8f2c3953eb5
parent 1362 decb7507fa91
child 1364 3acc823121b6
AppRsetObject now handle row and col
entity.py
--- a/entity.py	Wed Apr 15 17:22:28 2009 +0200
+++ b/entity.py	Wed Apr 15 17:22:57 2009 +0200
@@ -278,9 +278,8 @@
         return selection, orderby, restrictions
 
     def __init__(self, req, rset, row=None, col=0):
-        AppRsetObject.__init__(self, req, rset)
+        AppRsetObject.__init__(self, req, rset, row, col)
         dict.__init__(self)
-        self.row, self.col = row, col
         self._related_cache = {}
         if rset is not None:
             self.eid = rset[row][col]