diff options
Diffstat (limited to 'searx/engines/framalibre.py')
-rw-r--r-- | searx/engines/framalibre.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/framalibre.py b/searx/engines/framalibre.py index 14b659b5f..e3d056425 100644 --- a/searx/engines/framalibre.py +++ b/searx/engines/framalibre.py @@ -13,7 +13,7 @@ from html import escape from urllib.parse import urljoin, urlencode from lxml import html -from searx.engines.xpath import extract_text +from searx.utils import extract_text # engine dependent config categories = ['it'] |