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/https_rewrite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/plugins/https_rewrite.py') diff --git a/searx/plugins/https_rewrite.py b/searx/plugins/https_rewrite.py index 0a58cc85d..8c29520d2 100644 --- a/searx/plugins/https_rewrite.py +++ b/searx/plugins/https_rewrite.py @@ -21,7 +21,7 @@ from lxml import etree from os import listdir, environ from os.path import isfile, isdir, join from searx.plugins import logger -from flask.ext.babel import gettext +from flask_babel import gettext from searx import searx_dir -- cgit v1.2.3