web/views/massmailing.py
brancholdstable
changeset 8746 88c71ad83d47
parent 8190 2a3c1b787688
child 8697 574bb05e40a4
equal deleted inserted replaced
8507:0c111b232927 8746:88c71ad83d47
    20 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    21 _ = unicode
    21 _ = unicode
    22 
    22 
    23 import operator
    23 import operator
    24 
    24 
    25 from cubicweb.selectors import (is_instance, authenticated_user,
    25 from cubicweb.predicates import (is_instance, authenticated_user,
    26                                 adaptable, match_form_params)
    26                                 adaptable, match_form_params)
    27 from cubicweb.view import EntityView
    27 from cubicweb.view import EntityView
    28 from cubicweb.web import (Redirect, stdmsgs, controller, action,
    28 from cubicweb.web import (Redirect, stdmsgs, controller, action,
    29                           form, formfields as ff)
    29                           form, formfields as ff)
    30 from cubicweb.web.formwidgets import CheckBox, TextInput, AjaxWidget, ImgButton
    30 from cubicweb.web.formwidgets import CheckBox, TextInput, AjaxWidget, ImgButton