svn: r13975
This commit is contained in:
Jérôme Rapinat 2010-01-05 18:07:09 +00:00
parent 57ac58b67e
commit 9ae34b4ba8
2 changed files with 82 additions and 75 deletions

View File

@ -19,7 +19,9 @@
#
# $Id:Relationship.py 9912 2008-01-22 09:17:46Z acraphae $
"""
Classes for relationships.
"""
#-------------------------------------------------------------------------
#
# python modules

View File

@ -23,7 +23,9 @@
# $Id:rel_cs.py 9912 2008-01-22 09:17:46Z acraphae $
# Czech terms added by Zdeněk Hataš. Based on rel_sk.py by Lubo Vasko
"""
Czech-specific classes for relationships.
"""
#-------------------------------------------------------------------------
#
# GRAMPS modules
@ -71,6 +73,9 @@ _niece_level = [ "", "neteř", "praneteř", "prapraneteř", ]
#
#-------------------------------------------------------------------------
class RelationshipCalculator(Relationship.RelationshipCalculator):
"""
RelationshipCalculator Class
"""
def __init__(self):
Relationship.RelationshipCalculator.__init__(self)