raster.py: Py2 compat (using the 'future' package)

This commit is contained in:
Philipp Klaus
2016-11-10 10:04:21 +01:00
parent 8ee7df1688
commit 7ea82644eb
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
from builtins import bytes
import struct
import logging

View File

@@ -29,6 +29,7 @@ setup(name='brother_ql',
zip_safe = True,
platforms = 'any',
install_requires = [
"future",
"numpy",
"packbits",
"pillow",