2007-10-14 Don Allingham <don@gramps-project.org>

* src/GrampsDb/_GrampsBSDDB.py: fix gen calls



svn: r9189
This commit is contained in:
Don Allingham 2007-10-15 01:35:31 +00:00
parent eb2bf6cd2e
commit c42bfa3caf
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2007-10-14 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py: fix gen calls
2007-10-14 Benny Malengier <benny.malengier@gramps-project.org>
* src/DataViews/_PedigreeView.py: remove useless commented line

View File

@ -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