# HG changeset patch # User Aurelien Campeas # Date 1233744206 -3600 # Node ID f412343c89ad8c24dea07122a63a0a2b6663ad75 # Parent c69eac8298c0e445b055ce5fc5ac110071101148 [actions] import * : just say no diff -r c69eac8298c0 -r f412343c89ad web/views/actions.py --- a/web/views/actions.py Tue Feb 03 16:26:42 2009 +0100 +++ b/web/views/actions.py Wed Feb 04 11:43:26 2009 +0100 @@ -6,11 +6,12 @@ """ __docformat__ = "restructuredtext en" -from cubicweb import UnknownEid -from cubicweb.common.selectors import * +from cubicweb.common.selectors import (searchstate_accept, match_user_group, yes, + one_line_rset, two_lines_rset, one_etype_rset, + authenticated_user, + match_search_state, chainfirst, chainall) -from cubicweb.web.action import (Action, EntityAction, LinkToEntityAction, - LinkToEntityAction2) +from cubicweb.web.action import Action, EntityAction, LinkToEntityAction from cubicweb.web.views import linksearch_select_url, linksearch_match from cubicweb.web.views.baseviews import vid_from_rset