Fix changed names of imports
authorMagnus Hagander <magnus@hagander.net>
Mon, 21 Jan 2019 09:52:51 +0000 (10:52 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 26 Jan 2019 15:19:26 +0000 (16:19 +0100)
pgweb/mailqueue/util.py

index 0125ab49a4ba4948dae309431a5a6433ac1cbb40..cd5e3eec3d1d304920a944b9bd6eb09a61777b5d 100644 (file)
@@ -1,8 +1,8 @@
 from email.mime.text import MIMEText
 from email.mime.multipart import MIMEMultipart
 from email.mime.nonmultipart import MIMENonMultipart
-from email.Utils import formatdate, formataddr
-from email.Utils import make_msgid
+from email.utils import formatdate, formataddr
+from email.utils import make_msgid
 from email import encoders
 from email.header import Header