From db64b67bf8d66a5eda0938b08b7ee85a60b7bd12 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 21 Dec 2012 14:23:54 +0100 Subject: python: remove now unused import of module sys Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- bindings/python/notmuch/messages.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bindings') diff --git a/bindings/python/notmuch/messages.py b/bindings/python/notmuch/messages.py index 97167bd1..76100ffb 100644 --- a/bindings/python/notmuch/messages.py +++ b/bindings/python/notmuch/messages.py @@ -31,8 +31,6 @@ from .errors import ( from .tag import Tags from .message import Message -import sys - class Messages(object): """Represents a list of notmuch messages -- cgit v1.2.3