REFACTOR remove wildcard-import from escpos in printer

This commit is contained in:
Patrick Kanzler 2016-04-02 15:33:24 +02:00
parent 0121aa0bfb
commit 1ee657a750
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import usb.util
import serial import serial
import socket import socket
from .escpos import * from .escpos import Escpos
from .exceptions import * from .exceptions import *