浏览代码

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,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'