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/vim_hotkeys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/plugins/vim_hotkeys.py') diff --git a/searx/plugins/vim_hotkeys.py b/searx/plugins/vim_hotkeys.py index e537a3ac8..8f06f1343 100644 --- a/searx/plugins/vim_hotkeys.py +++ b/searx/plugins/vim_hotkeys.py @@ -1,4 +1,4 @@ -from flask.ext.babel import gettext +from flask_babel import gettext name = gettext('Vim-like hotkeys') description = gettext('Navigate search results with Vim-like hotkeys ' -- cgit v1.2.3