1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

REFACTOR use bytes in constants-section

adds six for cross-version int/byte-conversion
This commit is contained in:
Patrick Kanzler
2016-03-03 04:21:35 +01:00
parent 7005ba5899
commit 5d5412ba73
3 changed files with 123 additions and 118 deletions

View File

@@ -70,6 +70,7 @@ setup(
'Pillow>=2.0',
'qrcode>=4.0',
'pyserial',
'six',
],
tests_require=['tox', 'nose'],
cmdclass={'test': Tox},