aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/threads.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2012-05-17 16:58:53 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2012-05-17 16:58:53 +0200
commit05c3e83bd272635ecc5e86d767250de1eb680a09 (patch)
tree52fdc632364a5bf58da89199b6f4f1df0c7d7067 /bindings/python/notmuch/threads.py
parent5bc5471c54f30642f866d4537f7a1a6b35222dc5 (diff)
python: use relative imports
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings/python/notmuch/threads.py')
-rw-r--r--bindings/python/notmuch/threads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/threads.py b/bindings/python/notmuch/threads.py
index d2e0a91..f8ca34a 100644
--- a/bindings/python/notmuch/threads.py
+++ b/bindings/python/notmuch/threads.py
@@ -17,7 +17,7 @@ along with notmuch. If not, see <http://www.gnu.org/licenses/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
"""
-from notmuch.globals import (
+from .globals import (
nmlib,
Python3StringMixIn,
NotmuchThreadP,