From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Thu, 24 Dec 2015 11:41:24 +0000 (+0100)
Subject: python: add missing import
X-Git-Tag: 0.22_rc0~80
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e3d34ef0afba28a6e9dcab0057de90f688f4ca57;p=notmuch

python: add missing import

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
---

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,
 )