python-escpos/escpos
Patrick Kanzler cdf997aff5
FIX import problems with __init__.py
* removes all imports from __init__.py
* users will have to directly import the printer module (same behaviour as in master)
* fixes #97
2016-03-07 00:10:06 +01:00
..
__init__.py FIX import problems with __init__.py 2016-03-07 00:10:06 +01:00
cli.py REFACTOR replace % op with format were it is easy 2016-01-08 03:43:33 +01:00
constants.py Add width/height multiplier support, upsidedown text and text smoothing 2016-03-01 10:05:52 -08:00
escpos.py Simplify variable checking on width and height values 2016-03-01 16:34:21 -08:00
exceptions.py Add error checking on width and height fields: 2016-03-01 16:25:38 -08:00
printer.py Add optional timeout variable for printer network connections 2016-02-29 09:09:11 -08:00