##// END OF EJS Templates
templatefilters: add missing import of _
Mads Kiilerich -
r18730:a5d33446 stable
parent child Browse files
Show More
@@ -5,6 +5,7 b''
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7
7
8 from i18n import _
8 import cgi, re, os, time, urllib
9 import cgi, re, os, time, urllib
9 import encoding, node, util, error
10 import encoding, node, util, error
10 import hbisect
11 import hbisect
General Comments 0
You need to be logged in to leave comments. Login now