diff options
Diffstat (limited to 'searx/plugins/vim_hotkeys.py')
-rw-r--r-- | searx/plugins/vim_hotkeys.py | 2 |
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 ' |