record: cleanup

This commit is contained in:
Sebastien Bourdeauducq 2012-01-09 15:20:09 +01:00
parent cef1c5d3af
commit 47ae303846
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ class Record:
if len(list(filter(lambda x: x[0] == last, pos_fields))) > 0:
raise ValueError
pos_fields.append((last, getattr(pos_self, last)))
print(fields)
return Record(fields, "subrecord")
def compatible(self, other):