Add wrappers for displaying the tuple types to unify their usage.

svn: r6193
This commit is contained in:
Martin Hawlisch
2006-03-22 21:19:32 +00:00
parent c7876be372
commit dcf4c6f2a2
7 changed files with 110 additions and 103 deletions

View File

@@ -346,7 +346,7 @@ class FormattingHelper:
return text;
break
if not text:
text = ReportUtils.relationship_name(family.get_relationship())
text = Utils.format_family_relation(family.get_relationship())
return text
def get_place_name( self, place_handle):