Update import per pycorepos changes
This commit is contained in:
parent
74b9ec5e1e
commit
802ffddc6d
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2018 Lance Edgar
|
# Copyright © 2010-2021 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -24,6 +24,5 @@
|
||||||
CORE POS Database Stuff
|
CORE POS Database Stuff
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import unicode_literals, absolute_import
|
# TODO: deprecate / remove this
|
||||||
|
from corepos.db.office_op import Session
|
||||||
from corepos.db import Session
|
|
||||||
|
|
Loading…
Reference in a new issue