1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

REFACTOR use new-style class for Escpos

This commit is contained in:
Patrick Kanzler 2015-11-27 21:24:47 +01:00
parent 3ea52e52fd
commit 096445631f

View File

@ -17,7 +17,7 @@ import time
from constants import *
from exceptions import *
class Escpos:
class Escpos(object):
""" ESC/POS Printer object """
device = None