Remove unused reference to cStringIO
per python 3 effort
This commit is contained in:
parent
e089e9454b
commit
d2039ea057
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2017 Lance Edgar
|
||||
# Copyright © 2010-2018 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -24,9 +24,7 @@
|
|||
Label Printing
|
||||
"""
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from cStringIO import StringIO
|
||||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
from rattail import labels
|
||||
|
||||
|
|
Loading…
Reference in a new issue