Browse Source

[fix] import

Adam Tauber 11 years ago
parent
commit
0207070cde
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/engines/vimeo.py

+ 1
- 1
searx/engines/vimeo.py View File

1
 from urllib import urlencode
1
 from urllib import urlencode
2
 from HTMLParser import HTMLParser
2
 from HTMLParser import HTMLParser
3
 from lxml import html
3
 from lxml import html
4
-from xpath import extract_text
4
+from searx.engines.xpath import extract_text
5
 from dateutil import parser
5
 from dateutil import parser
6
 
6
 
7
 base_url = 'http://vimeo.com'
7
 base_url = 'http://vimeo.com'