manager/test-packages/qubesadmin/exc.py

7 lines
113 B
Python
Raw Normal View History

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