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/vimeo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/vimeo.py') diff --git a/searx/engines/vimeo.py b/searx/engines/vimeo.py index 924497a99..a95c75b49 100644 --- a/searx/engines/vimeo.py +++ b/searx/engines/vimeo.py @@ -1,7 +1,7 @@ from urllib import urlencode from HTMLParser import HTMLParser -from xpath import extract_text from lxml import html +from xpath import extract_text base_url = 'http://vimeo.com' search_url = base_url + '/search?{query}' -- cgit v1.2.3