##// END OF EJS Templates
patchbomb: fix cStringIO import (spotted by pychecker)
Christian Ebert -
r6478:a135374e default
parent child Browse files
Show More
@@ -64,10 +64,9 b''
64 64 #
65 65 # That should be all. Now your patchbomb is on its way out.
66 66
67 import os, errno, socket, tempfile
67 import os, errno, socket, tempfile, cStringIO
68 68 import email.MIMEMultipart, email.MIMEText, email.MIMEBase
69 69 import email.Utils, email.Encoders, email.Generator
70 import cStringIO.StringIO
71 70 from mercurial import cmdutil, commands, hg, mail, patch, util
72 71 from mercurial.i18n import _
73 72 from mercurial.node import bin
General Comments 0
You need to be logged in to leave comments. Login now