X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fthread.py;h=a759c90974d267d44277e789d99e1f5bc5f2f68f;hp=0dac522c5aa30a8477afd65a1fe9a9a006a5306e;hb=a7561cc20b17669784c3259afcbcef98029f93e9;hpb=df0e1cf7884f93bbbf70786d0bffc45824ae01c1 diff --git a/bindings/python/notmuch/thread.py b/bindings/python/notmuch/thread.py index 0dac522c..a759c909 100644 --- a/bindings/python/notmuch/thread.py +++ b/bindings/python/notmuch/thread.py @@ -20,12 +20,14 @@ Copyright 2010 Sebastian Spaeth ' from ctypes import c_char_p, c_long, c_int from notmuch.globals import ( nmlib, - NullPointerError, - NotInitializedError, NotmuchThreadP, NotmuchMessagesP, NotmuchTagsP, ) +from .errors import ( + NullPointerError, + NotInitializedError, +) from .messages import Messages from notmuch.tag import Tags from datetime import date