소스 검색

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'