Merge branch 'bug_486_add_service_event_progress_to_servicelist'
[vuplus_dvbapp] / tests / tests.py
1 class TestError(Exception):
2         def __init__(self, error):
3                 Exception.__init__(self, error)