From c8c7ddb799e423a4dae05c6871c32f539f206f7a Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 26 Mar 2007 16:41:09 +0000 Subject: [PATCH] add tests --- tests/tests.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/tests.py 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) -- 2.7.4