svn: r3455
This commit is contained in:
Alex Roitman
2004-08-21 03:31:51 +00:00
parent 37b30dbc2c
commit ff9390c56c
9 changed files with 22 additions and 8 deletions

View File

@@ -229,7 +229,7 @@ class RelationshipCalculator(Relationship.RelationshipCalculator):
if orig_person == None:
return ("undefined",[])
if orig_person == other_person:
if orig_person.get_handle() == other_person.get_handle():
return ('', [])
if self.is_spouse(orig_person,other_person):