2007-10-06 Don Allingham <don@gramps-project.org>
* various: creation of gen.db package svn: r9091
This commit is contained in:
@@ -66,7 +66,7 @@ from QuestionDialog import ErrorDialog
|
||||
#------------------------------------------------------------------------
|
||||
import logging
|
||||
import os
|
||||
from GrampsDb import _GrampsDBDir as GrampsDBDir
|
||||
from gen.db.dbdir import GrampsDBDir
|
||||
import cPickle as pickle
|
||||
|
||||
LOG = logging.getLogger(".Backup")
|
||||
|
||||
@@ -122,7 +122,7 @@ import _GedcomUtils as GedcomUtils
|
||||
import _GedcomLex as GedcomLex
|
||||
import _GedcomChar as GedcomChar
|
||||
|
||||
from GrampsDb._GrampsDbConst import EVENT_KEY
|
||||
from gen.db.dbconst import EVENT_KEY
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -41,7 +41,7 @@ import logging
|
||||
log = logging.getLogger(".GrampDb")
|
||||
|
||||
|
||||
from GrampsDb import GrampsDbException
|
||||
from gen.db import GrampsDbException
|
||||
|
||||
|
||||
def gramps_db_writer_factory(db_type):
|
||||
|
||||
Reference in New Issue
Block a user