X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=b669a3ef09141cb9f6f04c5e2080647a3b45a548;hb=69f077898a65c10453d08dd94bf4c94efc69b91b;hp=25b9e78045528464bd135f32f524f78a4c64a04b;hpb=798b74e859734d12c953390bca0753f8e5e1d67c;p=obsolete%2Fnotmuch-old diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index 25b9e780..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): @@ -88,7 +88,6 @@ class Query(object): :type db: :class:`Database` :param querystr: The query string :type querystr: utf-8 encoded str or unicode - :returns: Nothing :raises: :exc:`NullPointerError` if the query creation failed (e.g. too little memory).