merge branch master
This commit is contained in:
commit
df1e93d536
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Row(BaseRow):
|
||||||
def useRowProperty(self, attr):
|
def useRowProperty(self, attr):
|
||||||
return getattr(self, attr)
|
return getattr(self, attr)
|
||||||
|
|
||||||
|
|
||||||
class GroupHeaderRow(BaseRow):
|
class GroupHeaderRow(BaseRow):
|
||||||
|
|
||||||
def getRawValue(self, attr):
|
def getRawValue(self, attr):
|
||||||
|
|
Loading…
Add table
Reference in a new issue