]> 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 15ed153e94e49cc4c8fa6d9f7d8ead0dc5052a72..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):