diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-12-24 12:41:24 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-08 13:58:33 +0100 |
| commit | e3d34ef0afba28a6e9dcab0057de90f688f4ca57 (patch) | |
| tree | df17d3b6b9ca94604264f2e7d02783976f996eda /bindings/python | |
| parent | 10f4724a8d51a411d8f63d9449a38cd71bee6ae9 (diff) | |
python: add missing import
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/notmuch/query.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index 378aa47d..bd8e7695 100644 --- a/bindings/python/notmuch/query.py +++ b/bindings/python/notmuch/query.py @@ -28,6 +28,7 @@ from .globals import ( NotmuchMessagesP, ) from .errors import ( + NotmuchError, NullPointerError, NotInitializedError, ) |
