hgext/patchbomb.py
changeset 6212 e75aab656f46
parent 6211 f89fd07fc51d
child 6229 c3182eeb70ea
--- a/hgext/patchbomb.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/hgext/patchbomb.py	Thu Mar 06 22:23:41 2008 +0100
@@ -67,7 +67,7 @@
 import os, errno, socket, tempfile
 import email.MIMEMultipart, email.MIMEText, email.MIMEBase
 import email.Utils, email.Encoders
-from mercurial import cmdutil, commands, hg, mail, ui, patch, util
+from mercurial import cmdutil, commands, hg, mail, patch, util
 from mercurial.i18n import _
 from mercurial.node import bin