Base db: at least have right signature for NotImplemented
This commit is contained in:
parent
4a1a42783a
commit
c8fa5169b5
@ -1149,8 +1149,8 @@ class DbReadBase(object):
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
def set_prefixes(self, person, media, family, source, place, event,
|
||||
repository, note):
|
||||
def set_prefixes(self, person, media, family, source, citation,
|
||||
place, event, repository, note):
|
||||
"""
|
||||
Set the prefixes for the gramps ids for all gramps objects
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user