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/engines/__init__.py | |
| parent | bd48f34dbdc6cb1d2f76554539c32055297e9114 (diff) | |
[enh][fix] update to latest dependencies ++ fix tests & travis test runner
WARNING: dependency changes
Diffstat (limited to 'searx/engines/__init__.py')
| -rw-r--r-- | searx/engines/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/__init__.py b/searx/engines/__init__.py index 6d5066733..099baa587 100644 --- a/searx/engines/__init__.py +++ b/searx/engines/__init__.py @@ -19,7 +19,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. from os.path import realpath, dirname, splitext, join import sys from imp import load_source -from flask.ext.babel import gettext +from flask_babel import gettext from operator import itemgetter from searx import settings from searx import logger |