Skip to content
Snippets Groups Projects
Commit 61b2505b authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Import backend before transaction

because transaction import backend which can import transaction back. This
raises an ImportError as transaction is not still importing.

issue8836
parent 4c66f45a
No related merge requests found
......@@ -7,4 +7,5 @@
from sql import Table
from trytond import backend
from trytond.transaction import Transaction
......@@ -10,5 +11,4 @@
from trytond.transaction import Transaction
from trytond import backend
from trytond.pool import Pool
from trytond.config import config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment