]> git.notmuchmail.org Git - notmuch/commitdiff
python: remove unused but imported symbol
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Sat, 18 Feb 2012 00:01:33 +0000 (01:01 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Sat, 18 Feb 2012 00:01:33 +0000 (01:01 +0100)
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/tag.py

index 71d81dd6bc46bdfd5bb3cffddfbea084b3d7b93b..d2dc498ca589b9622ba31c7c7c7dd372653660bb 100644 (file)
@@ -17,7 +17,7 @@ along with notmuch.  If not, see <http://www.gnu.org/licenses/>.
 Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
 """
 from ctypes import c_char_p
 Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
 """
 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):
 
 
 class Tags(Python3StringMixIn):