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