X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=ddaf8e08f5651c68967096814a8c84436d8ebab6;hb=c302bfa2f63fc1e59df6f842fe65d4d6ea258a33;hp=15ed153e94e49cc4c8fa6d9f7d8ead0dc5052a72;hpb=786f9882e8b408e6ad4c6b7abfef1ac54144be15;p=notmuch diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index 15ed153e..ddaf8e08 100644 --- a/bindings/python/notmuch/query.py +++ b/bindings/python/notmuch/query.py @@ -26,11 +26,13 @@ from notmuch.globals import ( NotmuchThreadsP, NotmuchDatabaseP, NotmuchMessagesP, +) +from .errors import ( NullPointerError, NotInitializedError, ) -from notmuch.thread import Threads -from notmuch.message import Messages +from .threads import Threads +from .messages import Messages class Query(object):