[mod] unused imports and whitespaces purged

This commit is contained in:
asciimoo 2014-01-05 00:46:42 +01:00
parent 27cae54197
commit d13c5aa37b
2 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,4 @@
from json import loads
from urllib import urlencode
from searx.utils import html_to_text
from HTMLParser import HTMLParser
url = 'http://www.filecrop.com/'

View File

@ -1,5 +1,5 @@
from json import loads
from urllib import urlencode, quote
from urllib import urlencode
url = 'http://localhost:8090'
search_url = '/yacysearch.json?{query}&maximumRecords=10'