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

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

View File

@ -5,7 +5,7 @@ import six
import sys
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():