X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2F__init__.py;h=29416a5b25bc014716b55d55771370065e2c1252;hb=0a58d534a5afbdb9abb971f859bb19b23ec2d461;hp=fddc492ae013624f5a23f112d95c746bc9aca28a;hpb=df0e1cf7884f93bbbf70786d0bffc45824ae01c1;p=notmuch diff --git a/bindings/python/notmuch/__init__.py b/bindings/python/notmuch/__init__.py index fddc492a..29416a5b 100644 --- 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, @@ -75,6 +75,9 @@ from .globals import ( UnbalancedFreezeThawError, UnbalancedAtomicError, NotInitializedError, + UnsupportedOperationError, + UpgradeRequiredError, + PathError, ) from .version import __VERSION__ __LICENSE__ = "GPL v3+"