summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 23:42:06 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 23:42:06 +0100
commit96314534505d6ee04cc9f02a306fe62aad7f9408 (patch)
tree061b12430ba1ee22e6e2bf2a4e72d89e161af53e /alot/buffers.py
parent7b42d592d33c165793d194ed0eee933d43f85394 (diff)
Fix the location of exception classes within the notmuch bindings
Formerly the import was very specific although the symbols have been made available in the notmuch module. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index b7d7cd8b..407dc47e 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -1,5 +1,5 @@
import urwid
-from notmuch.globals import NotmuchError
+from notmuch import NotmuchError
import widgets
import settings