Import DbTxn from the correct place

svn: r16803
This commit is contained in:
Gary Burton 2011-03-10 21:20:44 +00:00
parent ef2b19589e
commit 0db0e5d70a

View File

@ -42,7 +42,7 @@ from gen.ggettext import gettext as _
#------------------------------------------------------------------------
from gui.utils import ProgressMeter
import gen.lib
from gen.lib import DbTxn
from gen.db import DbTxn
from gui.plug import tool
_findint = re.compile('^[^\d]*(\d+)[^\d]*')