[fix] "response doesn't start with the usual header"

fixes #25, fixes #69, fixes #75, fixes #81

also seen in issues: #56, #71
This commit is contained in:
Philipp Klaus
2020-02-04 16:24:25 +01:00
parent 638b365d45
commit 56cf4394ad
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
from builtins import bytes
import logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)

View File

@@ -9,7 +9,7 @@ Install via `pip install pyusb`
""" """
from __future__ import unicode_literals from __future__ import unicode_literals
from builtins import str from builtins import str, bytes
import time import time