formal clean-up: add lines between methods, remove excess spaces

This commit is contained in:
Helmut Merz 2012-06-05 10:53:18 +02:00
parent bd6c0167fd
commit bdb58534df

View file

@ -53,6 +53,7 @@ class Row(BaseRow):
def getGroupFields(self):
return [self.getRawValue(f.name) for f in
self.parent.context.fields if 'group' in f.executionSteps]
@Lazy
def displayedColumns(self):
return self.parent.context.getActiveOutputFields()