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/bing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/bing.py') diff --git a/searx/engines/bing.py b/searx/engines/bing.py index 00f66b118..9712a3103 100644 --- a/searx/engines/bing.py +++ b/searx/engines/bing.py @@ -1,6 +1,6 @@ -from lxml import html from urllib import urlencode from cgi import escape +from lxml import html base_url = 'http://www.bing.com/' search_string = 'search?{query}&first={offset}' -- cgit v1.2.3