aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/thread.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 22:34:40 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 22:34:40 +0100
commit69f077898a65c10453d08dd94bf4c94efc69b91b (patch)
tree5c54e84dc7804156d62ec9266da909e2bbaee878 /bindings/python/notmuch/thread.py
parentba95980cf1a5e2b32104611ccdf2e9c43bf3305a (diff)
python: move Messages class into its own file
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
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