[enh] add external plugin support

This commit is contained in:
Adam Tauber
2020-07-14 18:56:57 +02:00
parent 1185c06a87
commit 1f2dc6c647
5 changed files with 78 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ except:
searx_dir = abspath(dirname(__file__))
engine_dir = dirname(realpath(__file__))
static_path = abspath(join(dirname(__file__), 'static'))
def check_settings_yml(file_name):