From c42bfa3caf989956d53ab5aea45bef9446c03df3 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 15 Oct 2007 01:35:31 +0000 Subject: [PATCH] 2007-10-14 Don Allingham * src/GrampsDb/_GrampsBSDDB.py: fix gen calls svn: r9189 --- ChangeLog | 3 +++ src/GrampsDb/_GrampsBSDDB.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29ed70014..3a01c48d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-10-14 Don Allingham + * src/GrampsDb/_GrampsBSDDB.py: fix gen calls + 2007-10-14 Benny Malengier * src/DataViews/_PedigreeView.py: remove useless commented line diff --git a/src/GrampsDb/_GrampsBSDDB.py b/src/GrampsDb/_GrampsBSDDB.py index 9112b3987..7c6448973 100644 --- a/src/GrampsDb/_GrampsBSDDB.py +++ b/src/GrampsDb/_GrampsBSDDB.py @@ -47,8 +47,8 @@ __LOG = logging.getLogger(".GrampsDb") from gen.lib import * from gen.db.base import * from gen.utils import db_copy -import gen.db.const as const -from _GrampsDbExceptions import FileVersionError +import gen.db.dbconst as const +from gen.db.exceptions import FileVersionError from BasicUtils import UpdateCallback from gen.db.cursor import GrampsCursor