aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/notmuch/thread.py')
-rw-r--r--bindings/python/notmuch/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/thread.py b/bindings/python/notmuch/thread.py
index d1ba3e5..c599bcb 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