fix missing imports
part of bug 9820 NameError: name 'DbException' is not defined
This commit is contained in:
parent
8159e95389
commit
e75a45748f
@ -46,7 +46,7 @@ _ = glocale.translation.gettext
|
|||||||
from ..lib.childreftype import ChildRefType
|
from ..lib.childreftype import ChildRefType
|
||||||
from ..lib.childref import ChildRef
|
from ..lib.childref import ChildRef
|
||||||
from .txn import DbTxn
|
from .txn import DbTxn
|
||||||
from .exceptions import DbTransactionCancel
|
from .exceptions import DbTransactionCancel, DbException
|
||||||
|
|
||||||
_LOG = logging.getLogger(DBLOGNAME)
|
_LOG = logging.getLogger(DBLOGNAME)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user