21569b3a31
Fix syntax workaround for python3.7 + python2.7. This code can't use 'yield from' to be still importable on python2.7, but asyncio.sleep() is no longer iterable on python3.7. Workaround it by manually calling coroutine.send(None) in a loop - ugly as hell, but works. I can't wait until we could drop python2 support... |
||
---|---|---|
.. | ||
backup | ||
tools | ||
vm | ||
__init__.py | ||
app.py | ||
devices.py | ||
errors.py | ||
events.py | ||
features.py | ||
firewall.py | ||
label.py | ||
storage.py | ||
tags.py | ||
utils.py |