Missing import

svn: r18976
This commit is contained in:
Doug Blank
2012-02-26 13:47:53 +00:00
parent e516ae592e
commit 1194b9e8ab

View File

@@ -52,7 +52,7 @@ LOG = logging.getLogger(".Db")
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
from gen.lib import (GenderStats, Source, Person, Family, Event, Place, from gen.lib import (GenderStats, Source, Person, Family, Event, Place,
MediaObject, Repository, Note, Attribute, AttributeType, MediaObject, Repository, Note, Attribute, AttributeType,
NoteType) NoteType, NameOriginType)
from gen.db.write import (KEY_TO_CLASS_MAP, CLASS_TO_KEY_MAP) from gen.db.write import (KEY_TO_CLASS_MAP, CLASS_TO_KEY_MAP)
from libgrdb import DbGrdb from libgrdb import DbGrdb
from gen.db.txn import DbTxn as Transaction from gen.db.txn import DbTxn as Transaction