thesquelched / suggestive

Python MPD client with integrated Last.FM support
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Use asyncio; require python 3.5 #12

Closed thesquelched closed 8 years ago

thesquelched commented 8 years ago

Use the asyncio-based urwid event loop. In addition, only support 3.5 or higher so that I can use async/await in the future.