commit | 5a096e1b100603f5537eca5124be17abacf17743 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jan 22 19:40:21 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jan 22 19:40:21 2007 +0000 |
tree | 10a2dbb602c07dff33dfbf19de1a7c91670175ef | |
parent | dd7b0525e902ee12a612611ea082e12f5999c823 [diff] [blame] |
Use new email module names (#1637162, #1637159, #1637157).
diff --git a/Lib/logging/handlers.py b/Lib/logging/handlers.py index ed0b1e8..f877c15 100644 --- a/Lib/logging/handlers.py +++ b/Lib/logging/handlers.py
@@ -778,7 +778,7 @@ try: import smtplib try: - from email.Utils import formatdate + from email.utils import formatdate except ImportError: formatdate = self.date_time port = self.mailport