summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-03 07:24:20 +0100
committerMartin Fischer <martin@push-f.com>2022-01-05 11:03:44 +0100
commit1e195f5b95d4c59105249d66f5d170d40139a461 (patch)
tree5cb2b7a37d4f3fc95f986c262e4e38c40821d4b9 /searx/webapp.py
parent5d74bf382012c73c701e1a4969e0f420b099db9f (diff)
[mod] move group_engines_in_tab to searx.webutils
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py4
1 files changed, 2 insertions, 2 deletions
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,