refactor wildcard-import in printer.py

This commit is contained in:
Patrick Kanzler 2016-06-19 12:52:15 +02:00
parent 6697922b74
commit 2676a802bd
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import serial
import socket
from .escpos import Escpos
from .exceptions import *
from .exceptions import USBNotFoundError
class Usb(Escpos):