Mercurial > hg-stable
changeset 18730:a5d33446e46c stable
templatefilters: add missing import of _
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 28 Feb 2013 13:55:00 +0100 |
parents | 4e53ac3f466a |
children | c2d079387b2c 5b7175377bab |
files | mercurial/templatefilters.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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