aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/__init__.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 22:39:52 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 22:39:52 +0100
commit76a2db3d7b92bc1a8be75f673dc384c46cf02fab (patch)
tree1db7e3bca6ee3f34503ca7c844d1d0a5c66bf220 /bindings/python/notmuch/__init__.py
parent69f077898a65c10453d08dd94bf4c94efc69b91b (diff)
python: move Threads class into its own file
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
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 b8f3610..89b9849 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,