2006-05-15 Alex Roitman <shura@gramps-project.org>

* src/GrampsDb/_DbUtils.py: import proper class.



svn: r6674
This commit is contained in:
Alex Roitman 2006-05-15 21:56:57 +00:00
parent dc7053df55
commit d7c9ed7be5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-05-15 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_DbUtils.py: import proper class.
2006-05-15 Don Allingham <don@gramps-project.org>
* src/Filters/__init__.py: add SidebarFilter, PersonSidebarFilter
* src/Filters/_SidebarFilter.py: added

View File

@ -22,7 +22,7 @@
import RelLib
import BasicUtils
from BasicUtils import UpdateCallback
def remove_family_relationships(db, family_handle, trans=None):
family = db.get_family_from_handle(family_handle)