From 1e195f5b95d4c59105249d66f5d170d40139a461 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 3 Jan 2022 07:24:20 +0100 Subject: [mod] move group_engines_in_tab to searx.webutils --- searx/webapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/webapp.py') diff --git a/searx/webapp.py b/searx/webapp.py index c0467932e..b40aa912e 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -60,11 +60,9 @@ from searx.settings_loader import get_default_settings_path from searx.exceptions import SearxParameterException from searx.engines import ( OTHER_CATEGORY, - DEFAULT_GROUP_NAME, categories, engines, engine_shortcuts, - group_engines_in_tab, ) from searx.webutils import ( UnicodeWriter, @@ -76,6 +74,8 @@ from searx.webutils import ( new_hmac, is_hmac_of, is_flask_run_cmdline, + DEFAULT_GROUP_NAME, + group_engines_in_tab, ) from searx.webadapter import ( get_search_query_from_webapp, -- cgit v1.2.3