templatefilters: add missing import of _ stable
authorMads Kiilerich <madski@unity3d.com>
Thu, 28 Feb 2013 13:55:00 +0100
branchstable
changeset 18730 a5d33446e46c
parent 18729 4e53ac3f466a
child 18731 c2d079387b2c
child 18739 5b7175377bab
templatefilters: add missing import of _
mercurial/templatefilters.py
--- a/mercurial/templatefilters.py	Thu Feb 28 13:45:18 2013 +0100
+++ b/mercurial/templatefilters.py	Thu Feb 28 13:55:00 2013 +0100
@@ -5,6 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
+from i18n import _
 import cgi, re, os, time, urllib
 import encoding, node, util, error
 import hbisect