diff options
Diffstat (limited to 'searx/engines/etools.py')
| -rw-r--r-- | searx/engines/etools.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/searx/engines/etools.py b/searx/engines/etools.py index efc102ef6..a0762d1c7 100644 --- a/searx/engines/etools.py +++ b/searx/engines/etools.py @@ -11,8 +11,7 @@ from lxml import html from urllib.parse import quote -from searx.engines.xpath import extract_text -from searx.utils import eval_xpath +from searx.utils import extract_text, eval_xpath categories = ['general'] paging = False |