aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/notmuch/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/notmuch/__init__.py')
-rw-r--r--bindings/python/notmuch/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/python/notmuch/__init__.py b/bindings/python/notmuch/__init__.py
index b8f36108..89b98495 100644
--- a/bindings/python/notmuch/__init__.py
+++ b/bindings/python/notmuch/__init__.py
@@ -58,7 +58,8 @@ from .message import Message
from .messages import Messages
from .query import Query
from .tag import Tags
-from .thread import Threads, Thread
+from .thread import Thread
+from .threads import Threads
from .globals import (
nmlib,
STATUS,