emailutil.py: remove unused import time

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-01-08 17:19:01 +01:00
parent 3a60c85373
commit 1339cc8913
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Some useful functions to extract data out of emails
# Copyright (C) 2002-2012 John Goerzen & contributors
# Copyright (C) 2002-2015 John Goerzen & contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -17,7 +17,6 @@
import email
from email.Parser import Parser as MailParser
import time
def get_message_date(content, header='Date'):
"""