X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fmessage.py;h=9eb4feef4d1d9f61c0316edbb5e0b9e624318b00;hb=2ee1d8e1c70ce20728bc3faada389a4802636352;hp=20ba9cb918cbca07d05a4266d63a02898895334d;hpb=69f077898a65c10453d08dd94bf4c94efc69b91b;p=notmuch diff --git a/bindings/python/notmuch/message.py b/bindings/python/notmuch/message.py index 20ba9cb9..9eb4feef 100644 --- a/bindings/python/notmuch/message.py +++ b/bindings/python/notmuch/message.py @@ -26,17 +26,19 @@ from .globals import ( Enum, _str, Python3StringMixIn, - STATUS, - NotmuchError, - NullPointerError, - NotInitializedError, NotmuchTagsP, NotmuchMessageP, NotmuchMessagesP, NotmuchFilenamesP, ) +from .errors import ( + STATUS, + NotmuchError, + NullPointerError, + NotInitializedError, +) from .tag import Tags -from .filename import Filenames +from .filenames import Filenames import email try: