web/views/embedding.py
branchtls-sprint
changeset 692 800592b8d39b
parent 631 99f5852f8604
child 742 99115e029dca
--- a/web/views/embedding.py	Tue Feb 17 20:56:45 2009 +0100
+++ b/web/views/embedding.py	Tue Feb 17 21:29:58 2009 +0100
@@ -15,10 +15,10 @@
 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
 from cubicweb.common.uilib import soup2xhtml
-from cubicweb.common.selectors import (one_line_rset, score_entity,
-                                       match_search_state, implements)
 from cubicweb.common.view import NOINDEX, NOFOLLOW
 from cubicweb.web.controller import Controller
 from cubicweb.web.action import Action