]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/__init__.py
python: move the exception classes into error.py
[notmuch] / bindings / python / notmuch / __init__.py
index fddc492ae013624f5a23f112d95c746bc9aca28a..5561624e11d72b365854588d6fab6a71d1a7d1bd 100644 (file)
@@ -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,