equal
deleted
inserted
replaced
4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
6 """ |
6 """ |
7 __docformat__ = "restructuredtext en" |
7 __docformat__ = "restructuredtext en" |
8 |
8 |
9 from cubicweb.common.selectors import ( |
9 from cubicweb.selectors import ( |
10 yes, one_line_rset, two_lines_rset, one_etype_rset, relation_possible, |
10 yes, one_line_rset, two_lines_rset, one_etype_rset, relation_possible, |
11 non_final_entity, |
11 non_final_entity, |
12 authenticated_user, match_user_groups, match_search_state, |
12 authenticated_user, match_user_groups, match_search_state, |
13 has_editable_relation, has_permission, has_add_permission, |
13 has_editable_relation, has_permission, has_add_permission, |
14 ) |
14 ) |