[PATCH] properly raise exceptions in python bindings

2011-09-26 Thread Justus Winter
There are various locations where exceptions are constructed but not raised. This patch adds the necessary raise statements. Signed-off-by: Justus Winter <4win...@informatik.uni-hamburg.de> --- bindings/python/notmuch/database.py |4 ++-- bindings/python/notmuch/filename.py |2 +- binding

[PATCH] properly raise exceptions in python bindings

2011-09-25 Thread Justus Winter
There are various locations where exceptions are constructed but not raised. This patch adds the necessary raise statements. Signed-off-by: Justus Winter <4winter at informatik.uni-hamburg.de> --- bindings/python/notmuch/database.py |4 ++-- bindings/python/notmuch/filename.py |2 +- bind