Merge branch 'master' of https://github.com/QubesOS/qubes-manager into template_menu

This commit is contained in:
donoban 2020-12-16 23:49:58 +01:00
commit 3bd7c218e5
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -36,3 +36,6 @@ class BackupAlreadyRunningError(BaseException):
class QubesDaemonCommunicationError(BaseException):
pass
class QubesValueError(BaseException):
pass