diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-07-04 22:46:43 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-07-04 22:46:43 +0200 |
commit | 257e52954a407c41b9b758d56fba684903a7c0b4 (patch) | |
tree | 589dd26cc5d3fd53079b1df0577f50bd0e8577c6 /searx/plugins/search_on_category_select.py | |
parent | bd48f34dbdc6cb1d2f76554539c32055297e9114 (diff) | |
download | searxng-257e52954a407c41b9b758d56fba684903a7c0b4.tar.gz searxng-257e52954a407c41b9b758d56fba684903a7c0b4.zip |
[enh][fix] update to latest dependencies ++ fix tests & travis test runner
WARNING: dependency changes
Diffstat (limited to 'searx/plugins/search_on_category_select.py')
-rw-r--r-- | searx/plugins/search_on_category_select.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/plugins/search_on_category_select.py b/searx/plugins/search_on_category_select.py index 53585faea..f72c63d76 100644 --- a/searx/plugins/search_on_category_select.py +++ b/searx/plugins/search_on_category_select.py @@ -14,7 +14,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. (C) 2015 by Adam Tauber, <asciimoo@gmail.com> ''' -from flask.ext.babel import gettext +from flask_babel import gettext name = gettext('Search on category select') description = gettext('Perform search immediately if a category selected. ' 'Disable to select multiple categories. (JavaScript required)') |