manager/test-packages/qubesadmin/exc.py
Marta Marczykowska-Górecka 78b4747e81
Second pylint pass
Fixed errors pointed out by pylint on server.
2017-12-11 01:15:07 +01:00

5 lines
111 B
Python

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