diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-03-24 12:04:07 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-24 12:04:07 +0100 |
| commit | 0207070cde9d6319a3403d1a1c6b1a37c8d3c60c (patch) | |
| tree | 4fa3de56840265868fffa2b519e0cb6208ba1c6c | |
| parent | c55f03baea1dbc49f3e53bbd8326702b8011d6c7 (diff) | |
[fix] import
| -rw-r--r-- | searx/engines/vimeo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/vimeo.py b/searx/engines/vimeo.py index 8efa042a9..94a6dd545 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' |