1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

After running 2to3 tool

This commit is contained in:
Christoph Heuel
2015-05-07 20:54:32 +02:00
parent d93e76e904
commit afc6834082
2 changed files with 12 additions and 12 deletions

View File

@@ -14,8 +14,8 @@ except ImportError:
import qrcode
import time
from constants import *
from exceptions import *
from .constants import *
from .exceptions import *
class Escpos:
""" ESC/POS Printer object """