diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-12-21 14:23:54 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-12-21 14:23:54 +0100 |
commit | db64b67bf8d66a5eda0938b08b7ee85a60b7bd12 (patch) | |
tree | 5e47341d4d74fad3caf3da494905526efe50c09e /bindings | |
parent | 0687e2ae2350c04e465bf50abfd9db155c5eae14 (diff) |
python: remove now unused import of module sys
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/notmuch/messages.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |