tehmaze-labs / modem

XMODEM, YMODEM and ZMODEM implementations in Python
23 stars 32 forks source link

from modem import error missing from ymodem.py #4

Open ApiumJacob opened 2 years ago

ApiumJacob commented 2 years ago

Issue at head of multi_protocol branch

ApiumJacob commented 2 years ago

Add this to the import to workaround this issue:

from modem import error