]> git.cworth.org Git - obsolete/notmuch-old/commit
python: move the exception classes into error.py
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 23:11:22 +0000 (00:11 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 23:11:22 +0000 (00:11 +0100)
commita7561cc20b17669784c3259afcbcef98029f93e9
tree3108a12c4598726ae1651b6fe5e36e1a26ecfd57
parentdf0e1cf7884f93bbbf70786d0bffc45824ae01c1
python: move the exception classes into error.py

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
12 files changed:
bindings/python/notmuch/__init__.py
bindings/python/notmuch/database.py
bindings/python/notmuch/directory.py
bindings/python/notmuch/errors.py [new file with mode: 0644]
bindings/python/notmuch/filenames.py
bindings/python/notmuch/globals.py
bindings/python/notmuch/message.py
bindings/python/notmuch/messages.py
bindings/python/notmuch/query.py
bindings/python/notmuch/tag.py
bindings/python/notmuch/thread.py
bindings/python/notmuch/threads.py