* various: pychecker fixes

svn: r5466
This commit is contained in:
Don Allingham
2005-12-02 05:08:01 +00:00
parent 83353aa26f
commit 48283abac1
19 changed files with 23 additions and 38 deletions

View File

@@ -251,7 +251,7 @@ class GrampsDbBase(GrampsDBCallback.GrampsDBCallback):
def get_event_cursor(self):
assert False, "Needs to be overridden in the derived class"
def load(self,name,callback):
def load(self,name,callback,mode="w"):
"""
Opens the specified database. The method needs to be overridden
in the derived class.