From 8f0eb924085ef1ecfbb83f00de598ee1d0589b4f Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Wed, 9 Jan 2008 15:45:17 +0000 Subject: [PATCH] 2008-01-09 Raphael Ackermann * src/GrampsDbUtils/_GrampsBSDDB.py: wrong const import svn: r9764 --- ChangeLog | 3 +++ src/GrampsDbUtils/_GrampsBSDDB.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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