diff options
Diffstat (limited to 'searx/__init__.py')
| -rw-r--r-- | searx/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/__init__.py b/searx/__init__.py index 11adbba73..15048bcc2 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -20,7 +20,6 @@ import searx.settings_loader from os import environ from os.path import realpath, dirname, join, abspath, isfile - searx_dir = abspath(dirname(__file__)) engine_dir = dirname(realpath(__file__)) static_path = abspath(join(dirname(__file__), 'static')) |