hide cups and WIn32Raw
currently they are not always importable and that creates issues. The todo in __init__.py has to be resolved first
This commit is contained in:
parent
2d4f2c24ec
commit
1a2273a5b3
@ -2,7 +2,7 @@
|
||||
"""printer implementations."""
|
||||
|
||||
# from .win32raw import Win32Raw
|
||||
from .cups import CupsPrinter
|
||||
# from .cups import CupsPrinter
|
||||
from .dummy import Dummy
|
||||
from .file import File
|
||||
from .lp import LP
|
||||
@ -17,7 +17,8 @@ __all__ = [
|
||||
"Serial",
|
||||
"LP",
|
||||
"Dummy",
|
||||
"CupsPrinter",
|
||||
# "CupsPrinter",
|
||||
# "Win32Raw",
|
||||
]
|
||||
|
||||
# TODO check which printers are importable and add only those to the namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user