# HG changeset patch # User Mads Kiilerich # Date 2013-02-28 12:55:00 # Node ID a5d33446e46c11737c59106ba91fba88deabf3c3 # Parent 4e53ac3f466a7d36c957de76b39b0daeb8feaca9 templatefilters: add missing import of _ diff --git a/mercurial/templatefilters.py b/mercurial/templatefilters.py --- a/mercurial/templatefilters.py +++ b/mercurial/templatefilters.py @@ -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