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
|
raise NotImplementedError
|
||||||
|
|
||||||
def set_prefixes(self, person, media, family, source, place, event,
|
def set_prefixes(self, person, media, family, source, citation,
|
||||||
repository, note):
|
place, event, repository, note):
|
||||||
"""
|
"""
|
||||||
Set the prefixes for the gramps ids for all gramps objects
|
Set the prefixes for the gramps ids for all gramps objects
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user