python-escpos/escpos
Patrick Kanzler 36debff72c
FIX abstractbaseclass in Escpos not properly loaded
* fixes #126
* adds a test to verify the patch
* uses a helperfunction of six in order to properly load ABCMeta in Python 2 and 3
2016-04-03 22:36:57 +02:00
..
__init__.py FIX import problems with __init__.py 2016-03-07 00:10:06 +01:00
cli.py Fix converting of passed bool values properly 2016-04-01 10:31:28 -07:00
config.py Clairify config loading comments 2016-03-30 17:13:59 -07:00
constants.py Implement printer-side rendering of QR codes for printers that support it. 2016-04-03 13:55:52 +10:00
escpos.py FIX abstractbaseclass in Escpos not properly loaded 2016-04-03 22:36:57 +02:00
exceptions.py Add an exception for missing configuration sections 2016-03-30 17:10:21 -07:00
printer.py REFACTOR remove wildcard-import from escpos in printer 2016-04-02 15:33:24 +02:00