Bläddra i källkod

More fixes (Travis again).

forfuckssaketravisnotagain
a01200356 9 år sedan
förälder
incheckning
0bb403bb47
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0
    2
      searx/engines/wolframalpha_api.py

+ 0
- 2
searx/engines/wolframalpha_api.py Visa fil

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