1
0
Fork 0
tuned/tuned/admin/exceptions.py
Jaroslav Škarvada 5cf4e8e63d tuned-adm: implemented non DBus fallback control
fixes #32

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-11-06 09:21:01 +01:00

7 lines
162 B
Python

import tuned.exceptions
class TunedAdminException(tuned.exceptions.TunedException):
pass
class TunedAdminDBusException(tuned.exceptions.TunedException):
pass