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/open_results_on_new_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/plugins/open_results_on_new_tab.py') diff --git a/searx/plugins/open_results_on_new_tab.py b/searx/plugins/open_results_on_new_tab.py index 5ebece142..ae27ea277 100644 --- a/searx/plugins/open_results_on_new_tab.py +++ b/searx/plugins/open_results_on_new_tab.py @@ -14,7 +14,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. (C) 2016 by Adam Tauber, ''' -from flask.ext.babel import gettext +from flask_babel import gettext name = gettext('Open result links on new browser tabs') description = gettext('Results are opened in the same window by default. ' 'This plugin overwrites the default behaviour to open links on new tabs/windows. ' -- cgit v1.2.3