summaryrefslogtreecommitdiff
path: root/searx/data/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/data/__init__.py')
-rw-r--r--searx/data/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/data/__init__.py b/searx/data/__init__.py
index 0f40355ec..9c9d74129 100644
--- a/searx/data/__init__.py
+++ b/searx/data/__init__.py
@@ -14,6 +14,7 @@ __all__ = [
'WIKIDATA_UNITS',
'EXTERNAL_BANGS',
'OSM_KEYS_TAGS',
+ 'ENGINE_DESCRIPTIONS',
'ahmia_blacklist_loader',
]
@@ -45,3 +46,4 @@ EXTERNAL_URLS = _load('external_urls.json')
WIKIDATA_UNITS = _load('wikidata_units.json')
EXTERNAL_BANGS = _load('external_bangs.json')
OSM_KEYS_TAGS = _load('osm_keys_tags.json')
+ENGINE_DESCRIPTIONS = _load('engine_descriptions.json')