From 22fd0746d94ec9285561b4da9a59939931a6c088 Mon Sep 17 00:00:00 2001 From: Gabor Nagy Date: Wed, 5 Feb 2014 20:24:31 +0100 Subject: Improves PEP8 compatibility. --- searx/engines/yahoo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/yahoo.py') diff --git a/searx/engines/yahoo.py b/searx/engines/yahoo.py index 436a2d7a6..3dba4c432 100644 --- a/searx/engines/yahoo.py +++ b/searx/engines/yahoo.py @@ -1,8 +1,8 @@ #!/usr/bin/env python from urllib import urlencode -from searx.engines.xpath import extract_text, extract_url from lxml import html +from searx.engines.xpath import extract_text, extract_url categories = ['general'] search_url = 'http://search.yahoo.com/search?{query}&b={offset}' -- cgit v1.2.3