diff hgext/patchbomb.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents f89fd07fc51d
children c3182eeb70ea
line wrap: on
line diff
--- 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