From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 17 Feb 2012 23:57:59 +0000 (+0100) Subject: python: remove unused but imported symbol X-Git-Tag: debian/0.12_rc1-1~73 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=c471d448379b13d8133dfc73b7bbec43964f26d2;hp=4c31cc615b844fc792367a092daac0b3cafe9e49 python: remove unused but imported symbol Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- diff --git a/bindings/python/notmuch/filename.py b/bindings/python/notmuch/filename.py index 3f541046..469b6a5a 100644 --- a/bindings/python/notmuch/filename.py +++ b/bindings/python/notmuch/filename.py @@ -18,7 +18,7 @@ Copyright 2010 Sebastian Spaeth ' """ from ctypes import c_char_p from notmuch.globals import (nmlib, STATUS, NotmuchError, - NotmuchFilenamesP, NotmuchMessageP, _str, Python3StringMixIn) + NotmuchFilenamesP, NotmuchMessageP, Python3StringMixIn) class Filenames(Python3StringMixIn):