From: Felix Domke Date: Mon, 26 Mar 2007 16:41:09 +0000 (+0000) Subject: add tests X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=c8c7ddb799e423a4dae05c6871c32f539f206f7a add tests --- diff --git a/tests/tests.py b/tests/tests.py new file mode 100644 index 0000000..869af84 --- /dev/null +++ b/tests/tests.py @@ -0,0 +1,3 @@ +class TestError(Exception): + def __init__(self, error): + Exception.__init__(self, error)