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

* various: creation of gen.db package



svn: r9091
This commit is contained in:
Don Allingham
2007-10-07 03:19:35 +00:00
parent e7f02d1855
commit 32d7968365
35 changed files with 1304 additions and 1273 deletions

View File

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

View File

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

View File

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