diff -r 80c65c9f7c41 -r 0425ee84cfa6 web/views/basecomponents.py --- a/web/views/basecomponents.py Fri Nov 21 17:37:27 2008 +0100 +++ b/web/views/basecomponents.py Tue Nov 25 17:41:16 2008 +0100 @@ -14,14 +14,14 @@ from cubicweb import Unauthorized from cubicweb.common.uilib import html_escape, toggle_action -from cubicweb.common.selectors import yes_selector +from cubicweb.common.selectors import yes_selector, nfentity_selector, onelinerset_selector from cubicweb.schema import display_name from cubicweb.common.selectors import (chainfirst, multitype_selector, req_form_params_selector) from cubicweb.web.htmlwidgets import MenuWidget, PopupBoxMenu, BoxSeparator, BoxLink -from cubicweb.web.component import (SingletonVComponent, EntityVComponent, - RelatedObjectsVComponent) +from cubicweb.web.component import (VComponent, SingletonVComponent, EntityVComponent, + RelatedObjectsVComponent) _ = unicode