aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-18 00:57:59 +0100
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-18 00:57:59 +0100
commitc471d448379b13d8133dfc73b7bbec43964f26d2 (patch)
tree67a7ce08f68ed3cb92cd84d774eeac5a7eb668c8 /bindings
parent4c31cc615b844fc792367a092daac0b3cafe9e49 (diff)
python: remove unused but imported symbol
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/notmuch/filename.py2
1 files changed, 1 insertions, 1 deletions
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 <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):