mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
REFACTOR use new-style class for Escpos
This commit is contained in:
@@ -17,7 +17,7 @@ import time
|
||||
from constants import *
|
||||
from exceptions import *
|
||||
|
||||
class Escpos:
|
||||
class Escpos(object):
|
||||
""" ESC/POS Printer object """
|
||||
device = None
|
||||
|
||||
|
Reference in New Issue
Block a user