瀏覽代碼

More fixes (Travis again).

forfuckssaketravisnotagain
a01200356 9 年之前
父節點
當前提交
0bb403bb47
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      searx/engines/wolframalpha_api.py

+ 0
- 2
searx/engines/wolframalpha_api.py 查看文件

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