python3: Rename async module to asyncio for Python 3.7 compatibility.
authorFredrik Tolf <fredrik@dolda2000.com>
Sat, 27 Aug 2022 13:50:28 +0000 (15:50 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Sat, 27 Aug 2022 13:50:28 +0000 (15:50 +0200)
ashd.async is still around for now as a compatibility measure, simply
re-importing everything from asyncio.


No differences found