core-admin/qubes/vm
Marek Marczykowski-Górecki 9ec86f3c41
Workaround different behaviour of asyncio's Process.communicate()
In asyncio's Process.communicate() input=None does not close stdin.
Workaround it by using b'' instead of None.

https://bugs.python.org/issue39744
2020-03-10 11:56:48 +01:00
..
mix
__init__.py
adminvm.py
appvm.py Fix too long line 2018-02-13 11:27:59 +01:00
dispvm.py DispVM: Do not overwrite properties set explicitly 2019-06-02 17:58:19 +02:00
qubesvm.py
standalonevm.py
templatevm.py