when passing a broken utf-8 string, ignore characters. fixes #55.
[enigma2.git] / tests / tests.py
1 class TestError(Exception):
2         def __init__(self, error):
3                 Exception.__init__(self, error)