Missing import statement
This commit is contained in:
parent
9713b08bf0
commit
0778a6f706
@ -2373,6 +2373,8 @@ class DbBsddb(DbBsddbRead, DbWriteBase, UpdateCallback):
|
|||||||
|
|
||||||
t = time.time()
|
t = time.time()
|
||||||
|
|
||||||
|
from . import upgrade
|
||||||
|
|
||||||
if version < 14:
|
if version < 14:
|
||||||
upgrade.gramps_upgrade_14(self)
|
upgrade.gramps_upgrade_14(self)
|
||||||
if version < 15:
|
if version < 15:
|
||||||
|
Loading…
Reference in New Issue
Block a user