]> git.cworth.org Git - notmuch/blobdiff - bindings/python/notmuch/query.py
python: add missing import
[notmuch] / bindings / python / notmuch / query.py
index 378aa47d05bb08522df30d0bfff63fab6d48265d..bd8e769587fb37e080b6789f9cd99b07db6fbd03 100644 (file)
@@ -28,6 +28,7 @@ from .globals import (
     NotmuchMessagesP,
 )
 from .errors import (
+    NotmuchError,
     NullPointerError,
     NotInitializedError,
 )