You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser de0249ddae [fix] don't mix loaded modules with imported modules (sys.modules)
The utils.load_module() function is used to load a python file (aka module) and
return the module's namespace.  SearXNG uses this function to load *engines and
answerers* from arbitrary locations with arbitrary modifications.  These are not
real python modules and it is not intended to mix this *engines and answerers*
with the python modules registered in sys.modules.

Closes: https://github.com/searxng/searxng/issues/312
Suggested-by: @dalf in https://github.com/searxng/searxng/issues/312
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
answerers
data SearXNG: searxng_extra 3 years ago
engines [mod] engines - IMDB: add thumbnails 3 years ago
metrics
network
plugins
search
shared
static [build] /static 3 years ago
templates Merge pull request #367 from dalf/searxng-github 3 years ago
translations
__init__.py SearXNG: environment variables 3 years ago
autocomplete.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
languages.py
locales.py
preferences.py
query.py
results.py
settings.yml [mod] engines - add IMDB / Internet Movie Database 3 years ago
settings_defaults.py SearXNG: environment variables 3 years ago
settings_loader.py SearXNG: environment variables 3 years ago
unixthreadname.py
utils.py [fix] don't mix loaded modules with imported modules (sys.modules) 3 years ago
version.py
webadapter.py
webapp.py
webutils.py