summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
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,