Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@ -340,7 +340,7 @@ _nephews_nieces_level = [ "",
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
||||
class RelationshipCalculator:
|
||||
class RelationshipCalculator(object):
|
||||
|
||||
REL_MOTHER = 'm' # going up to mother
|
||||
REL_FATHER = 'f' # going up to father
|
||||
|
Reference in New Issue
Block a user