소스 검색

Add QubesValueError to mock qubesadmin.exc

Will be needed in upcoming changes, to make pylint happy.
Marek Marczykowski-Górecki 3 년 전
부모
커밋
7c55ee065c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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