commit | 9aa64353984f5ed2d46a605039db32a511db3687 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Nov 09 17:45:48 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Nov 09 17:45:48 2001 +0000 |
tree | 18979b14781c943acfd95b50bf5da65e72529568 | |
parent | 3b0c82a2f15f45593b8f92210083d329d0fe2a5f [diff] |
Forgot to import time.
diff --git a/Lib/email/Utils.py b/Lib/email/Utils.py index 93e0a83..58fd8da 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