web/views/embedding.py
changeset 2808 497424219fb0
parent 2798 9c650701cb17
child 3377 dd9d292b6a6d
--- a/web/views/embedding.py	Thu Aug 13 10:50:19 2009 +0200
+++ b/web/views/embedding.py	Thu Aug 13 10:57:57 2009 +0200
@@ -12,10 +12,10 @@
 import re
 from urlparse import urljoin
 from urllib2 import urlopen, Request, HTTPError
+from urllib import quote as urlquote # XXX should use view.url_quote method
 
 from logilab.mtconverter import guess_encoding
 
-from cubicweb import urlquote # XXX should use view.url_quote method
 from cubicweb.selectors import (one_line_rset, score_entity,
                                 match_search_state, implements)
 from cubicweb.interfaces import IEmbedable