From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 18 Feb 2012 00:01:33 +0000 (+0100) Subject: python: remove unused but imported symbol X-Git-Tag: debian/0.12_rc1-1~72 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ff287531ca765f39def6941cd13eb77aa36c14fa python: remove unused but imported symbol Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- 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):