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

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