web/action.py
brancholdstable
changeset 6665 90f2f20367bc
parent 5556 9ab2b4c74baf
child 6140 65a619eb31c4
equal deleted inserted replaced
6018:f4d1d5d9ccbb 6665:90f2f20367bc
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """abstract action classes for CubicWeb web client
    18 """abstract action classes for CubicWeb web client"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 _ = unicode
    21 _ = unicode
    23 
    22 
    24 from cubicweb import target
    23 from cubicweb import target
    25 from cubicweb.selectors import (partial_relation_possible, match_search_state,
    24 from cubicweb.selectors import (partial_relation_possible, match_search_state,