aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/notmuch/thread.py
diff options
context:
space:
mode:
authorGravatar Patrick Totzke <patricktotzke@googlemail.com>2011-12-05 21:12:33 +0000
committerGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2011-12-06 12:20:45 +0100
commit4292b1197d8a43199c43164e9f8e764b3a809de4 (patch)
tree43eebe9300f3a218afde63392e7a5e020e6d4220 /bindings/python/notmuch/thread.py
parent1c81e8f6d3aa451cec8524c171b9a64f7ecd2003 (diff)
pep8 fixes
no changes to the code, only fixed stuff denounced by `pep8 *py`
Diffstat (limited to 'bindings/python/notmuch/thread.py')
-rw-r--r--bindings/python/notmuch/thread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/python/notmuch/thread.py b/bindings/python/notmuch/thread.py
index d903c761..dbd6c0ff 100644
--- a/bindings/python/notmuch/thread.py
+++ b/bindings/python/notmuch/thread.py
@@ -247,7 +247,6 @@ class Thread(object):
raise NotmuchError(STATUS.NOT_INITIALIZED)
return Thread._get_thread_id(self._thread)
-
_get_total_messages = nmlib.notmuch_thread_get_total_messages
_get_total_messages.argtypes = [NotmuchThreadP]
_get_total_messages.restype = c_int