artfwo / pymonome

python library for interacting with monome devices
MIT License
55 stars 10 forks source link

Update to support Python 3.7 asyncio #5

Closed cgevans closed 5 years ago

cgevans commented 5 years ago

This changes async.async to async.ensure_future, allowing the code to work with Python 3.7 (and previous versions).

artfwo commented 5 years ago

@cgevans thanks!