* src/Bookmark.py: start of reimplementation

* src/PersonView.py: commit fixes


svn: r5615
This commit is contained in:
Don Allingham
2005-12-22 06:13:11 +00:00
parent d84bbc9282
commit 55f22b5550
6 changed files with 46 additions and 29 deletions

View File

@@ -306,7 +306,7 @@ class GrampsDbBase(GrampsDBCallback):
Closes the specified database. The method needs to be overridden
in the derived class.
"""
assert False, "Needs to be overridden in the derived class"
pass
def abort_changes(self):
pass