[PATCH 2/6] emailutil.py: remove unused import time

Nicolas Sebrecht nicolas.s-dev at laposte.net
Thu Jan 8 23:03:17 GMT 2015


Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
 offlineimap/emailutil.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/offlineimap/emailutil.py b/offlineimap/emailutil.py
index 28463f7..4aa34a8 100644
--- a/offlineimap/emailutil.py
+++ b/offlineimap/emailutil.py
@@ -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'):
     """
-- 
2.2.1





More information about the OfflineIMAP-project mailing list