manager/test-packages/qubesadmin/exc.py

5 lines
111 B
Python
Raw Normal View History

# pylint: disable=unused-variable### mock qubesadmin.exc module
class QubesException(BaseException):
2017-11-17 17:34:38 +01:00
pass