--- a/web/views/basecomponents.py Tue Feb 17 20:56:45 2009 +0100
+++ b/web/views/basecomponents.py Tue Feb 17 21:29:58 2009 +0100
@@ -13,11 +13,11 @@
from rql import parse
from cubicweb import Unauthorized
+from cubicweb.selectors import (yes, non_final_entity, one_line_rset,
+ chainfirst, two_etypes_rset,
+ match_form_params, relation_possible)
from cubicweb.common.uilib import html_escape, toggle_action
-from cubicweb.common.selectors import yes, non_final_entity, one_line_rset
from cubicweb.schema import display_name
-from cubicweb.common.selectors import (chainfirst, two_etypes_rset,
- match_form_params, relation_possible)
from cubicweb.web.htmlwidgets import MenuWidget, PopupBoxMenu, BoxSeparator, BoxLink
from cubicweb.web.component import (Component, EntityVComponent,