Browse Source

Pinche Travis.

a01200356 9 years ago
parent
commit
e4dd75070f
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      searx/engines/wolframalpha_api.py

+ 0
- 2
searx/engines/wolframalpha_api.py View File

@@ -10,8 +10,6 @@
10 10
 
11 11
 from urllib import urlencode
12 12
 from lxml import etree
13
-from searx.engines.xpath import extract_text
14
-from searx.utils import html_to_text
15 13
 
16 14
 # search-url
17 15
 base_url = 'http://api.wolframalpha.com/v2/query'