* src/plugins/FanChart.py: Convert to new scheme.

* src/SubstKeywords.py (SubstKeywords.__init__): Typo.
* src/plugins/TimeLine.py: Remove unneeded imports.
* src/plugins/FamilyGroup.py: Remove unneeded imports.
* src/plugins/Ancestors.py: Remove unneeded imports.


svn: r3857
This commit is contained in:
Alex Roitman
2005-01-02 06:40:08 +00:00
parent 63b3c2e687
commit 0a3e608121
6 changed files with 93 additions and 258 deletions

View File

@@ -107,7 +107,7 @@ class SubstKeywords:
if mother_handle:
mother = database.get_person_from_handle(mother_handle)
self.s = NameDisplay.displayer.display(mother)
self.S = NameDIsplay.displayer.sorted(mother)
self.S = NameDisplay.displayer.sorted(mother)
else:
if father_handle:
father = database.get_person_from_handle(father_handle)