sveinse / canopen-asyncio

CANopen for Python
http://canopen.readthedocs.io/
MIT License
7 stars 2 forks source link

fix typo #3

Closed mrk-its closed 1 year ago

mrk-its commented 1 year ago

FHey, what a great work, keep going! I'm started using your fork instead of original python-can and it works really well for me, thanks! I hope it get merged upstream soon.

I found this single issue, for now I'm simply monkey patching it with:

    asyncio.iscouroutine = asyncio.iscoroutine

:)