diff --git a/ChangeLog b/ChangeLog index cc55f5acc..702d6225e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-01-09 Raphael Ackermann + * src/GrampsDbUtils/_GrampsBSDDB.py: wrong const import + 2008-01-09 Raphael Ackermann * src/ObjectSelector/_FilterFrameBase.py: indentation and tabs/spaces fix diff --git a/src/GrampsDbUtils/_GrampsBSDDB.py b/src/GrampsDbUtils/_GrampsBSDDB.py index 09c9b060d..07e6c35c8 100644 --- a/src/GrampsDbUtils/_GrampsBSDDB.py +++ b/src/GrampsDbUtils/_GrampsBSDDB.py @@ -47,7 +47,7 @@ __LOG = logging.getLogger(".GrampsDb") from gen.lib import * from gen.db.base import * from gen.utils import db_copy -import gen.db.dbconst as const +import const from gen.db.exceptions import FileVersionError from BasicUtils import UpdateCallback