add tests
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 26 Mar 2007 16:41:09 +0000 (16:41 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 26 Mar 2007 16:41:09 +0000 (16:41 +0000)
tests/tests.py [new file with mode: 0644]

diff --git a/tests/tests.py b/tests/tests.py
new file mode 100644 (file)
index 0000000..869af84
--- /dev/null
@@ -0,0 +1,3 @@
+class TestError(Exception):
+       def __init__(self, error):
+               Exception.__init__(self, error)