branch | tls-sprint |
changeset 1363 | d8f2c3953eb5 |
parent 1360 | 13ae1121835e |
child 1435 | 6cd6172718bb |
--- 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]