Mercurial > public > mercurial-scm > hg
diff hgext/patchbomb.py @ 3891:6b4127c7d52a
Simplify i18n imports
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 14 Dec 2006 20:25:19 -0600 |
parents | 57b797601b61 |
children | ba45041827a2 |
line wrap: on
line diff
--- 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: