##// END OF EJS Templates
notify: correct import of email module, sort stdlib modules to top
Augie Fackler -
r19792:efee1f35 default
parent child Browse files
Show More
@@ -133,9 +133,10 b' web.baseurl'
133
133
134 '''
134 '''
135
135
136 import email, socket, time
136 from mercurial.i18n import _
137 from mercurial.i18n import _
137 from mercurial import patch, cmdutil, templater, util, mail
138 from mercurial import patch, cmdutil, templater, util, mail
138 import email.Parser, email.Errors, fnmatch, socket, time
139 import fnmatch
139
140
140 testedwith = 'internal'
141 testedwith = 'internal'
141
142
General Comments 0
You need to be logged in to leave comments. Login now