svn: r3457
This commit is contained in:
Alex Roitman 2004-08-21 04:00:53 +00:00
parent 06ec9ff7ee
commit b14596a0a6

View File

@ -301,7 +301,7 @@ class 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):