]> 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 b669a3ef09141cb9f6f04c5e2080647a3b45a548..fcd67e5ce92bf18ecbd746d866c99d651f12e7ad 100644 (file)
@@ -29,7 +29,7 @@ from notmuch.globals import (
     NullPointerError,
     NotInitializedError,
 )
-from notmuch.thread import Threads
+from .threads import Threads
 from .messages import Messages