summaryrefslogtreecommitdiff
path: root/searx/engines/etools.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/etools.py')
-rw-r--r--searx/engines/etools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/etools.py b/searx/engines/etools.py
index a9eb0980d..efc102ef6 100644
--- a/searx/engines/etools.py
+++ b/searx/engines/etools.py
@@ -10,8 +10,8 @@
"""
from lxml import html
+from urllib.parse import quote
from searx.engines.xpath import extract_text
-from searx.url_utils import quote
from searx.utils import eval_xpath
categories = ['general']