From: Barry Warsaw Date: Fri, 9 Nov 2001 17:45:48 +0000 (+0000) Subject: Forgot to import time. X-Git-Tag: v2.2.1c1~812 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aa64353984f5ed2d46a605039db32a511db3687;p=python Forgot to import time. --- diff --git a/Lib/email/Utils.py b/Lib/email/Utils.py index 93e0a838e3..58fd8da6bb 100644 --- a/Lib/email/Utils.py +++ b/Lib/email/Utils.py @@ -4,6 +4,7 @@ """Miscellaneous utilities. """ +import time import re from rfc822 import unquote, quote, parseaddr