From 257e52954a407c41b9b758d56fba684903a7c0b4 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Mon, 4 Jul 2016 22:46:43 +0200 Subject: [enh][fix] update to latest dependencies ++ fix tests & travis test runner WARNING: dependency changes --- searx/plugins/self_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/plugins/self_info.py') diff --git a/searx/plugins/self_info.py b/searx/plugins/self_info.py index dc6b7cd0e..75cbae0de 100644 --- a/searx/plugins/self_info.py +++ b/searx/plugins/self_info.py @@ -14,7 +14,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. (C) 2015 by Adam Tauber, ''' -from flask.ext.babel import gettext +from flask_babel import gettext import re name = "Self Informations" description = gettext('Displays your IP if the query is "ip" and your user agent if the query contains "user agent".') -- cgit v1.2.3