##// END OF EJS Templates
mail: correct import of email module
Augie Fackler -
r19790:53f16f4a default
parent child Browse files
Show More
@@ -8,7 +8,7
8 8 from i18n import _
9 9 import util, encoding, sslutil
10 10 import os, smtplib, socket, quopri, time, sys
11 import email.Header, email.MIMEText, email.Utils
11 import email
12 12
13 13 _oldheaderinit = email.Header.Header.__init__
14 14 def _unifiedheaderinit(self, *args, **kw):
General Comments 0
You need to be logged in to leave comments. Login now