diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-03-26 16:41:09 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-03-26 16:41:09 +0000 |
| commit | c8c7ddb799e423a4dae05c6871c32f539f206f7a (patch) | |
| tree | 7d60c0dc4564a65d5bdf0194bd8b54662af26af5 /tests | |
| parent | 0f1babbcbccc7dcec4332d665aa1e6d1d426a0ae (diff) | |
| download | enigma2-c8c7ddb799e423a4dae05c6871c32f539f206f7a.tar.gz enigma2-c8c7ddb799e423a4dae05c6871c32f539f206f7a.zip | |
add tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tests.py | 3 |
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) |
