X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=ddaf8e08f5651c68967096814a8c84436d8ebab6;hb=7190b0dbc289a451409886a9c535492bfa44eed8;hp=fcd67e5ce92bf18ecbd746d866c99d651f12e7ad;hpb=76a2db3d7b92bc1a8be75f673dc384c46cf02fab;p=obsolete%2Fnotmuch-old diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index fcd67e5c..ddaf8e08 100644 --- a/bindings/python/notmuch/query.py +++ b/bindings/python/notmuch/query.py @@ -26,6 +26,8 @@ from notmuch.globals import ( NotmuchThreadsP, NotmuchDatabaseP, NotmuchMessagesP, +) +from .errors import ( NullPointerError, NotInitializedError, )