]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/__init__.py
python: move Messages class into its own file
[notmuch] / bindings / python / notmuch / __init__.py
index 8de73d58864c5cfbc16904a7ffe83020898fe1d1..b8f36108dfde5d94f56e3db0d17169680224c772 100644 (file)
@@ -54,7 +54,8 @@ Copyright 2010-2011 Sebastian Spaeth <Sebastian@SSpaeth.de>
 from .database import Database
 from .directory import Directory
 from .filename import Filenames
-from .message import Messages, Message
+from .message import Message
+from .messages import Messages
 from .query import Query
 from .tag import Tags
 from .thread import Threads, Thread