Parcourir la source

Add QubesValueError to mock qubesadmin.exc

Will be needed in upcoming changes, to make pylint happy.
Marek Marczykowski-Górecki il y a 3 ans
Parent
commit
7c55ee065c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      test-packages/qubesadmin/exc.py

+ 3 - 0
test-packages/qubesadmin/exc.py

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