78b4747e81
Fixed errors pointed out by pylint on server.
5 lines
111 B
Python
5 lines
111 B
Python
# pylint: disable=unused-variable### mock qubesadmin.exc module
|
|
|
|
class QubesException(BaseException):
|
|
pass
|