]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/tag.py
python: move the exception classes into error.py
[notmuch] / bindings / python / notmuch / tag.py
index 526e51cd3c2697af207d5ff1c7b5ec293cd5b85d..711bf5331bd386b1e654afa897f7c1d2efe66f20 100644 (file)
@@ -20,9 +20,11 @@ from ctypes import c_char_p
 from notmuch.globals import (
     nmlib,
     Python3StringMixIn,
+    NotmuchTagsP,
+)
+from .errors import (
     NullPointerError,
     NotInitializedError,
-    NotmuchTagsP,
 )