summaryrefslogtreecommitdiff
path: root/searx/engines/framalibre.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/framalibre.py')
-rw-r--r--searx/engines/framalibre.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/searx/engines/framalibre.py b/searx/engines/framalibre.py
index e8d1d8aa7..f2eecdc73 100644
--- a/searx/engines/framalibre.py
+++ b/searx/engines/framalibre.py
@@ -10,12 +10,10 @@
@parse url, title, content, thumbnail, img_src
"""
-from urlparse import urljoin
from cgi import escape
-from urllib import urlencode
from lxml import html
from searx.engines.xpath import extract_text
-from dateutil import parser
+from searx.url_utils import urljoin, urlencode
# engine dependent config
categories = ['it']