* src/ReportUtils.py: More report-related methods.

* src/plugins/DetAncestralReport.py: Use ReportUtils methods.
* src/plugins/DetDescendantReport.py: Use ReportUtils methods.


svn: r4011
This commit is contained in:
Alex Roitman
2005-02-01 05:08:16 +00:00
parent cdbe7a0ecc
commit 9fd0d9e355
4 changed files with 496 additions and 616 deletions

View File

@@ -2,6 +2,10 @@
* src/RelLib.py: Finish up with actual MALE, FEMALE, and UNKNOWN
attributes of the Person class.
* src/ReportUtils.py: More report-related methods.
* src/plugins/DetAncestralReport.py: Use ReportUtils methods.
* src/plugins/DetDescendantReport.py: Use ReportUtils methods.
2005-01-31 Don Allingham <dallingham@users.sourceforge.net>
* various: Change Person.male, Person.female, and Person.unkwown
to Person.MALE, Person.FEMALE and Person.UNKNOWN