summaryrefslogtreecommitdiff
path: root/searx/engines/yahoo.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/yahoo.py')
-rw-r--r--searx/engines/yahoo.py2
1 files changed, 1 insertions, 1 deletions
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}'