hgext/patchbomb.py
changeset 3891 6b4127c7d52a
parent 3887 57b797601b61
child 3963 ba45041827a2
--- a/hgext/patchbomb.py	Thu Dec 14 20:23:25 2006 -0600
+++ b/hgext/patchbomb.py	Thu Dec 14 20:25:19 2006 -0600
@@ -66,7 +66,7 @@
 import os, errno, popen2, socket, sys, tempfile, time
 import email.MIMEMultipart, email.MIMEText, email.Utils
 from mercurial import cmdutil, commands, hg, mail, ui, patch
-from mercurial.i18n import gettext as _
+from mercurial.i18n import _
 from mercurial.node import *
 
 try: