mirror of
https://github.com/python-escpos/python-escpos
synced 2025-07-15 08:43:30 +00:00
use explicit import from constants
This commit is contained in:
parent
c2fc464c55
commit
972c7a2238
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user