]> git.notmuchmail.org Git - notmuch/commit
python: fix NULL pointer tests
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 30 Apr 2012 16:52:35 +0000 (18:52 +0200)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 30 Apr 2012 17:24:34 +0000 (19:24 +0200)
commit162687a99e412098729d639ed7bc27f01372cb84
tree3502c16bfc4f7e6546f4c640b6f562ca846fa5aa
parent09fdf2b283938da1cded87ec8621aabe917a8fa5
python: fix NULL pointer tests

Fix the NULL pointer tests in the destructors of all classes and
Database.create.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/database.py
bindings/python/notmuch/directory.py
bindings/python/notmuch/filenames.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