manager/test-packages/qubesadmin/exc.py
Marta Marczykowska-Górecka 20cabb5563
Check if VM needs killing before murdering it
In some cases, when the user waited some time before force-killing a VM,
it could be already dead.

fixes QubesOS/qubes-issues#3730
2018-03-25 12:29:05 +02:00

9 lines
167 B
Python

### mock qubesadmin.exc module
# pylint: disable=unused-variable
class QubesException(BaseException):
pass
class QubesVMNotStartedError(BaseException):
pass