From 0207070cde9d6319a3403d1a1c6b1a37c8d3c60c Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Mon, 24 Mar 2014 12:04:07 +0100 Subject: [PATCH] [fix] import --- searx/engines/vimeo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/vimeo.py b/searx/engines/vimeo.py index 8efa042..94a6dd5 100644 --- a/searx/engines/vimeo.py +++ b/searx/engines/vimeo.py @@ -1,7 +1,7 @@ from urllib import urlencode from HTMLParser import HTMLParser from lxml import html -from xpath import extract_text +from searx.engines.xpath import extract_text from dateutil import parser base_url = 'http://vimeo.com'