aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-03-26 16:41:09 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-03-26 16:41:09 +0000
commitc8c7ddb799e423a4dae05c6871c32f539f206f7a (patch)
tree7d60c0dc4564a65d5bdf0194bd8b54662af26af5 /tests/tests.py
parent0f1babbcbccc7dcec4332d665aa1e6d1d426a0ae (diff)
downloadenigma2-c8c7ddb799e423a4dae05c6871c32f539f206f7a.tar.gz
enigma2-c8c7ddb799e423a4dae05c6871c32f539f206f7a.zip
add tests
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py
new file mode 100644
index 00000000..869af843
--- /dev/null
+++ b/tests/tests.py
@@ -0,0 +1,3 @@
+class TestError(Exception):
+ def __init__(self, error):
+ Exception.__init__(self, error)