X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fmessages.py;h=d94f91b4886b0d91fe26b90d2e3a314aa30a837b;hb=7bfc4bf501af2207123135065b08bd4874446de8;hp=20d3632955bb3808c4e9c32edca14c28d73c0e4e;hpb=69f077898a65c10453d08dd94bf4c94efc69b91b;p=notmuch diff --git a/bindings/python/notmuch/messages.py b/bindings/python/notmuch/messages.py index 20d36329..d94f91b4 100644 --- a/bindings/python/notmuch/messages.py +++ b/bindings/python/notmuch/messages.py @@ -20,12 +20,14 @@ Copyright 2010 Sebastian Spaeth ' from .globals import ( nmlib, - NullPointerError, - NotInitializedError, NotmuchTagsP, NotmuchMessageP, NotmuchMessagesP, ) +from .errors import ( + NullPointerError, + NotInitializedError, +) from .tag import Tags from .message import Message