diff -r 526f44213b70 -r f26578339214 entity.py --- a/entity.py Thu Aug 13 11:56:49 2009 +0200 +++ b/entity.py Thu Aug 13 12:18:14 2009 +0200 @@ -291,7 +291,7 @@ return mainattr, needcheck def __init__(self, req, rset=None, row=None, col=0): - AppObject.__init__(self, req, rset, row, col) + AppObject.__init__(self, req, rset=rset, row=row, col=col) dict.__init__(self) self._related_cache = {} if rset is not None: