Skip to content

Commit

Permalink
[fix] "response doesn't start with the usual header"
Browse files Browse the repository at this point in the history
fixes pklaus#25, fixes pklaus#69, fixes pklaus#75, fixes pklaus#81

also seen in issues: pklaus#56, pklaus#71
  • Loading branch information
pklaus committed Feb 4, 2020
1 parent 638b365 commit 56cf439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions brother_ql/backends/generic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

from builtins import bytes

import logging

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion brother_ql/backends/pyusb.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

from __future__ import unicode_literals
from builtins import str
from builtins import str, bytes

import time

Expand Down

0 comments on commit 56cf439

Please sign in to comment.