Ver código fonte

[fix] import

Adam Tauber 11 anos atrás
pai
commit
0207070cde
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      searx/engines/vimeo.py

+ 1
- 1
searx/engines/vimeo.py Ver arquivo

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