X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fthread.py;h=c575c88dc185c0e55264656ad78c658d7f3730ed;hb=86b0aeb1ca0f12286e13b71d7f025ba8a59a808d;hp=dbd6c0ff6eadaeda734ed8a4baa8c1dca65a34c2;hpb=4292b1197d8a43199c43164e9f8e764b3a809de4;p=notmuch diff --git a/bindings/python/notmuch/thread.py b/bindings/python/notmuch/thread.py index dbd6c0ff..c575c88d 100644 --- a/bindings/python/notmuch/thread.py +++ b/bindings/python/notmuch/thread.py @@ -17,7 +17,7 @@ along with notmuch. If not, see . Copyright 2010 Sebastian Spaeth ' """ -from ctypes import c_char_p, c_void_p, c_long, c_int +from ctypes import c_char_p, c_long, c_int from notmuch.globals import (nmlib, STATUS, NotmuchError, NotmuchThreadP, NotmuchThreadsP, NotmuchMessagesP, NotmuchTagsP,)