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)
commitbb1ec927b657639ec5907f73623ea4b4d5c6a5fb
tree1ad41a811b0846b83ab788dda8b2f8427f69b08e
parent1a53e57ba22759dbb373d7f97625b9a51fa6656a
python3: Rename async module to asyncio for Python 3.7 compatibility.

ashd.async is still around for now as a compatibility measure, simply
re-importing everything from asyncio.
python3/ashd/async.py
python3/ashd/asyncio.py [new file with mode: 0644]