X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Ftag.py;h=d2dc498ca589b9622ba31c7c7c7dd372653660bb;hp=71d81dd6bc46bdfd5bb3cffddfbea084b3d7b93b;hb=ff287531ca765f39def6941cd13eb77aa36c14fa;hpb=c471d448379b13d8133dfc73b7bbec43964f26d2 diff --git a/bindings/python/notmuch/tag.py b/bindings/python/notmuch/tag.py index 71d81dd6..d2dc498c 100644 --- a/bindings/python/notmuch/tag.py +++ b/bindings/python/notmuch/tag.py @@ -17,7 +17,7 @@ along with notmuch. If not, see . Copyright 2010 Sebastian Spaeth ' """ from ctypes import c_char_p -from notmuch.globals import nmlib, STATUS, NotmuchError, NotmuchTagsP, _str, Python3StringMixIn +from notmuch.globals import nmlib, STATUS, NotmuchError, NotmuchTagsP, Python3StringMixIn class Tags(Python3StringMixIn):