X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fthread.py;h=c599bcbf647d4f625a10c71f0aeaa8b7ff2dc60b;hb=69f077898a65c10453d08dd94bf4c94efc69b91b;hp=d1ba3e55be4d771ccb83614264deb01425cfc4f6;hpb=ba95980cf1a5e2b32104611ccdf2e9c43bf3305a;p=notmuch diff --git a/bindings/python/notmuch/thread.py b/bindings/python/notmuch/thread.py index d1ba3e55..c599bcbf 100644 --- a/bindings/python/notmuch/thread.py +++ b/bindings/python/notmuch/thread.py @@ -28,7 +28,7 @@ from notmuch.globals import ( NotmuchMessagesP, NotmuchTagsP, ) -from notmuch.message import Messages +from .messages import Messages from notmuch.tag import Tags from datetime import date