diff hgext/patchbomb.py @ 3963:ba45041827a2

remove various unused import
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 25 Dec 2006 13:37:00 +0100
parents 6b4127c7d52a
children 9210fba03d16
line wrap: on
line diff
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -63,7 +63,7 @@
 #
 # That should be all.  Now your patchbomb is on its way out.
 
-import os, errno, popen2, socket, sys, tempfile, time
+import os, errno, socket, time
 import email.MIMEMultipart, email.MIMEText, email.Utils
 from mercurial import cmdutil, commands, hg, mail, ui, patch
 from mercurial.i18n import _