python: remove unused but imported symbol

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
Justus Winter 2012-02-18 00:57:59 +01:00
parent 4c31cc615b
commit c471d44837

View file

@ -18,7 +18,7 @@ Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
"""
from ctypes import c_char_p
from notmuch.globals import (nmlib, STATUS, NotmuchError,
NotmuchFilenamesP, NotmuchMessageP, _str, Python3StringMixIn)
NotmuchFilenamesP, NotmuchMessageP, Python3StringMixIn)
class Filenames(Python3StringMixIn):