diff -r 934e758a73ef -r eae23c40627a web/views/basecomponents.py --- a/web/views/basecomponents.py Tue Dec 08 10:40:20 2009 +0100 +++ b/web/views/basecomponents.py Tue Dec 08 10:58:56 2009 +0100 @@ -17,7 +17,7 @@ from cubicweb.selectors import yes, two_etypes_rset, match_form_params from cubicweb.schema import display_name -from cubicweb.common.uilib import toggle_action +from cubicweb.uilib import toggle_action from cubicweb.web import component from cubicweb.web.htmlwidgets import (MenuWidget, PopupBoxMenu, BoxSeparator, BoxLink)