* various: const to RelLib transitition.

svn: r4800
This commit is contained in:
Martin Hawlisch
2005-06-07 19:22:10 +00:00
parent 16c906d7cb
commit f16f41cbda
10 changed files with 76 additions and 73 deletions

View File

@ -425,8 +425,8 @@ class PedigreeView:
else:
return
if family_handle:
mrel = m != const.CHILD_BIRTH
frel = f != const.CHILD_BIRTH
mrel = m != RelLib.Person.CHILD_BIRTH
frel = f != RelLib.Person.CHILD_BIRTH
family = self.db.get_family_from_handle(family_handle)
if family != None: