python: remove now unused import of module sys

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
Justus Winter 2012-12-21 14:23:54 +01:00
parent 0687e2ae23
commit db64b67bf8

View file

@ -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