1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-07-15 08:43:30 +00:00

Revert "try uncommenting win32"

This reverts commit 981f29b76a1ec64743ca35b1a133bcd57ef705db.
This commit is contained in:
Patrick Kanzler 2023-08-16 22:59:15 +02:00
parent 981f29b76a
commit 2f8ec0bbb9

View File

@ -394,7 +394,9 @@ class Dummy(Escpos):
pass
class Win32Raw(Escpos):
if _WIN32PRINT:
class Win32Raw(Escpos):
"""Printer binding for win32 API.
Uses the module pywin32 for printing.