]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/query.py
python: move Messages class into its own file
[notmuch] / bindings / python / notmuch / query.py
index 25b9e78045528464bd135f32f524f78a4c64a04b..b669a3ef09141cb9f6f04c5e2080647a3b45a548 100644 (file)
@@ -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).