Connector was moved to another file on edw

This commit is contained in:
Javier Uribe 2018-09-05 18:16:18 +02:00
parent 0cd25f0638
commit b4f6d898c6

View file

@ -1,7 +1,7 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.model import fields
from trytond.modules.edw.instance import BackendConnector
from trytond.modules.edw.connector import BackendConnector
import pymssql
INSERT_QUERY = (