projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
python: move the exception classes into error.py
[notmuch]
/
bindings
/
python
/
notmuch
/
__init__.py
diff --git
a/bindings/python/notmuch/__init__.py
b/bindings/python/notmuch/__init__.py
index fddc492ae013624f5a23f112d95c746bc9aca28a..5561624e11d72b365854588d6fab6a71d1a7d1bd 100644
(file)
--- a/
bindings/python/notmuch/__init__.py
+++ b/
bindings/python/notmuch/__init__.py
@@
-60,8
+60,8
@@
from .query import Query
from .tag import Tags
from .thread import Thread
from .threads import Threads
-from .globals import
(
- nmlib,
+from .globals import
nmlib
+from .errors import (
STATUS,
NotmuchError,
OutOfMemoryError,