REFACTOR use new-style class for Escpos
This commit is contained in:
parent
3ea52e52fd
commit
096445631f
|
@ -17,7 +17,7 @@ import time
|
||||||
from constants import *
|
from constants import *
|
||||||
from exceptions import *
|
from exceptions import *
|
||||||
|
|
||||||
class Escpos:
|
class Escpos(object):
|
||||||
""" ESC/POS Printer object """
|
""" ESC/POS Printer object """
|
||||||
device = None
|
device = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue