* src/GrampsBSDDB.py (gramps_upgrade_9): Convert all Name and

Attribute objects to use tuple types.
* src/RelLib.py (Name.set_type): Typo in the wrapper code.


svn: r5584
This commit is contained in:
Alex Roitman
2005-12-19 16:22:33 +00:00
parent bd1b437256
commit 83dc1752c7
3 changed files with 89 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
2005-12-19 Alex Roitman <shura@gramps-project.org>
* src/GrampsBSDDB.py (gramps_upgrade_9): Convert all Name and
Attribute objects to use tuple types.
* src/RelLib.py (Name.set_type): Typo in the wrapper code.
2005-12-19 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/RelLib.py: added get_backlink_handles method to PrimaryObject
* test/GrampsDbBase_Test.py: factored out common db test methods