X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;fp=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=b669a3ef09141cb9f6f04c5e2080647a3b45a548;hp=15ed153e94e49cc4c8fa6d9f7d8ead0dc5052a72;hb=69f077898a65c10453d08dd94bf4c94efc69b91b;hpb=ba95980cf1a5e2b32104611ccdf2e9c43bf3305a diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index 15ed153e..b669a3ef 100644 --- a/bindings/python/notmuch/query.py +++ b/bindings/python/notmuch/query.py @@ -30,7 +30,7 @@ from notmuch.globals import ( NotInitializedError, ) from notmuch.thread import Threads -from notmuch.message import Messages +from .messages import Messages class Query(object):