use explicit import from constants

This commit is contained in:
Patrick Kanzler 2017-01-30 00:44:54 +01:00
parent c2fc464c55
commit 972c7a2238
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import six
import sys import sys
from escpos import printer from escpos import printer
from escpos.constants import * from escpos.constants import CODEPAGE_CHANGE, ESC, CTL_LF, CTL_FF, CTL_CR, CTL_HT, CTL_VT
def main(): def main():