summaryrefslogtreecommitdiff
path: root/searx/plugins/vim_hotkeys.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-07-04 22:46:43 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-07-04 22:46:43 +0200
commit257e52954a407c41b9b758d56fba684903a7c0b4 (patch)
tree589dd26cc5d3fd53079b1df0577f50bd0e8577c6 /searx/plugins/vim_hotkeys.py
parentbd48f34dbdc6cb1d2f76554539c32055297e9114 (diff)
[enh][fix] update to latest dependencies ++ fix tests & travis test runner
WARNING: dependency changes
Diffstat (limited to 'searx/plugins/vim_hotkeys.py')
-rw-r--r--searx/plugins/vim_hotkeys.py2
1 files changed, 1 insertions, 1 deletions
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 '