##// END OF EJS Templates
patchbomb: stop explicit import required by Python 2.4...
Pierre-Yves David -
r25202:a363c058 default
parent child Browse files
Show More
@@ -59,10 +59,6 b' You can set patchbomb to always ask for '
59
59
60 import os, errno, socket, tempfile, cStringIO
60 import os, errno, socket, tempfile, cStringIO
61 import email
61 import email
62 # On python2.4 you have to import these by name or they fail to
63 # load. This was not a problem on Python 2.7.
64 import email.Generator
65 import email.MIMEMultipart
66
62
67 from mercurial import cmdutil, commands, hg, mail, patch, util
63 from mercurial import cmdutil, commands, hg, mail, patch, util
68 from mercurial import scmutil
64 from mercurial import scmutil
General Comments 0
You need to be logged in to leave comments. Login now