core-admin-client/qubesadmin
Marek Marczykowski-Górecki 21569b3a31
tests: fix events tests on python3.7
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...
2019-07-29 21:56:32 +02:00
..
backup Make pylint happy 2019-03-07 03:17:29 +01:00
events events: simplify handling qubesd reconnect 2019-02-24 05:32:51 +01:00
tests tests: fix events tests on python3.7 2019-07-29 21:56:32 +02:00
tools qvm-prefs: add --hide-default option 2019-05-29 20:32:13 +02:00
vm Make vm.run_with_args working on python2 2019-03-07 03:05:09 +01:00
__init__.py
app.py Allow app.domains[vm] where vm is a QubesVM object 2019-06-25 06:28:00 +02:00
base.py Make pylint happy 2019-03-07 03:17:29 +01:00
config.py
devices.py doc: fix rst syntax in documentation, including docstrings 2018-12-08 23:53:55 +01:00
exc.py
features.py
firewall.py Make pylint happy 2019-03-07 03:17:29 +01:00
label.py
log.py
spinner.py
storage.py doc: fix rst syntax in documentation, including docstrings 2018-12-08 23:53:55 +01:00
tags.py
utils.py Make pylint happy 2019-03-07 03:17:29 +01:00