From e4dd75070f09223437ce48f8dfeeafae755613eb Mon Sep 17 00:00:00 2001 From: a01200356 Date: Mon, 28 Dec 2015 01:27:19 -0600 Subject: [PATCH] Pinche Travis. --- searx/engines/wolframalpha_api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/searx/engines/wolframalpha_api.py b/searx/engines/wolframalpha_api.py index 309608628..d61d25747 100644 --- a/searx/engines/wolframalpha_api.py +++ b/searx/engines/wolframalpha_api.py @@ -10,8 +10,6 @@ from urllib import urlencode from lxml import etree -from searx.engines.xpath import extract_text -from searx.utils import html_to_text # search-url base_url = 'http://api.wolframalpha.com/v2/query'