web/views/basecomponents.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 1094 b42340dda74b
child 1511 514e4e53a3c7
--- a/web/views/basecomponents.py	Mon Mar 23 17:38:30 2009 +0100
+++ b/web/views/basecomponents.py	Mon Mar 23 17:55:59 2009 +0100
@@ -11,16 +11,12 @@
 
 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.selectors import yes, two_etypes_rset, match_form_params
 from cubicweb.common.uilib import html_escape, toggle_action
 from cubicweb.schema import display_name
 
 from cubicweb.web.htmlwidgets import MenuWidget, PopupBoxMenu, BoxSeparator, BoxLink
-from cubicweb.web.component import (Component, EntityVComponent, 
-                                    RelatedObjectsVComponent)
+from cubicweb.web.component import Component, RelatedObjectsVComponent
 
 _ = unicode