aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/notmuch/query.py
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 22:39:52 +0100
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 22:39:52 +0100
commit76a2db3d7b92bc1a8be75f673dc384c46cf02fab (patch)
tree1db7e3bca6ee3f34503ca7c844d1d0a5c66bf220 /bindings/python/notmuch/query.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/query.py')
-rw-r--r--bindings/python/notmuch/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py
index b669a3ef..fcd67e5c 100644
--- a/bindings/python/notmuch/query.py
+++ b/bindings/python/notmuch/query.py
@@ -29,7 +29,7 @@ from notmuch.globals import (
NullPointerError,
NotInitializedError,
)
-from notmuch.thread import Threads
+from .threads import Threads
from .messages import Messages