X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=fcd67e5ce92bf18ecbd746d866c99d651f12e7ad;hb=76a2db3d7b92bc1a8be75f673dc384c46cf02fab;hp=b669a3ef09141cb9f6f04c5e2080647a3b45a548;hpb=69f077898a65c10453d08dd94bf4c94efc69b91b;p=obsolete%2Fnotmuch-old diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index b669a3ef..fcd67e5c 100644 --- a/bindings/python/notmuch/query.py +++ b/bindings/python/notmuch/query.py @@ -29,7 +29,7 @@ from notmuch.globals import ( NullPointerError, NotInitializedError, ) -from notmuch.thread import Threads +from .threads import Threads from .messages import Messages