suppress __getattr__() - is not used any more
This commit is contained in:
parent
76e40bd412
commit
fdd17496ab
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class BaseRow(object):
|
|||
self.data = {}
|
||||
self.sequenceNumber = 0
|
||||
|
||||
def __getattr__(self, attr):
|
||||
def xx__getattr__(self, attr):
|
||||
f = self.parent.context.fields[attr]
|
||||
return f.getValue(self)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue