Fix import to avoid deprecation warning
This commit is contained in:
parent
6c21073182
commit
95fcf054ef
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2020 Lance Edgar
|
# Copyright © 2010-2023 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -28,7 +28,7 @@ from corepos.db.office_op import model as corepos
|
||||||
|
|
||||||
from rattail.importing.handlers import ToCSVHandler
|
from rattail.importing.handlers import ToCSVHandler
|
||||||
from rattail.importing.exporters import FromSQLAlchemyToCSVMixin
|
from rattail.importing.exporters import FromSQLAlchemyToCSVMixin
|
||||||
from rattail_corepos.corepos.importing.db.corepos import FromCoreHandler, FromCore
|
from rattail_corepos.corepos.office.importing.db.corepos import FromCoreHandler, FromCore
|
||||||
|
|
||||||
|
|
||||||
class FromCoreToCSV(FromSQLAlchemyToCSVMixin, FromCoreHandler, ToCSVHandler):
|
class FromCoreToCSV(FromSQLAlchemyToCSVMixin, FromCoreHandler, ToCSVHandler):
|
||||||
|
|
Loading…
Reference in a new issue