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
/
tag.py
diff --git
a/bindings/python/notmuch/tag.py
b/bindings/python/notmuch/tag.py
index 526e51cd3c2697af207d5ff1c7b5ec293cd5b85d..711bf5331bd386b1e654afa897f7c1d2efe66f20 100644
(file)
--- a/
bindings/python/notmuch/tag.py
+++ b/
bindings/python/notmuch/tag.py
@@
-20,9
+20,11
@@
from ctypes import c_char_p
from notmuch.globals import (
nmlib,
Python3StringMixIn,
+ NotmuchTagsP,
+)
+from .errors import (
NullPointerError,
NotInitializedError,
- NotmuchTagsP,
)