grampsdbtxn.py module renamed to txn.py

svn: r13141
This commit is contained in:
Gerald Britton 2009-08-31 19:07:41 +00:00
parent 03ee012325
commit 4e8f59c4bd

View File

@ -52,7 +52,7 @@ from sys import maxint
from gen.lib import (GenderStats, Person, Family, Event, Place, Source,
MediaObject, Repository, Note)
from gen.db import (GrampsDbRead, BSDDBTxn)
from grampsdbtxn import GrampsDbTxn
from txn import GrampsDbTxn
from undoredo import GrampsDbUndoBSDDB as GrampsDbUndo
from gen.db.dbconst import *
from gen.utils.callback import Callback