]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/query.py
python: move Threads class into its own file
[notmuch] / bindings / python / notmuch / query.py
index 15ed153e94e49cc4c8fa6d9f7d8ead0dc5052a72..fcd67e5ce92bf18ecbd746d866c99d651f12e7ad 100644 (file)
@@ -29,8 +29,8 @@ from notmuch.globals import (
     NullPointerError,
     NotInitializedError,
 )
-from notmuch.thread import Threads
-from notmuch.message import Messages
+from .threads import Threads
+from .messages import Messages
 
 
 class Query(object):