]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/__init__.py
python: move Threads class into its own file
[notmuch] / bindings / python / notmuch / __init__.py
index b8f36108dfde5d94f56e3db0d17169680224c772..89b98495745a4d5dac3acb7fd61c530f834760d0 100644 (file)
@@ -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,