Remove unused reference to cStringIO

per python 3 effort
This commit is contained in:
Lance Edgar 2018-12-04 18:53:47 -06:00
parent e089e9454b
commit d2039ea057

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2017 Lance Edgar # Copyright © 2010-2018 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -24,9 +24,7 @@
Label Printing Label Printing
""" """
from __future__ import unicode_literals from __future__ import unicode_literals, absolute_import
from cStringIO import StringIO
from rattail import labels from rattail import labels