web/views/massmailing.py
changeset 8190 2a3c1b787688
parent 6637 6bbfc628555b
child 8697 574bb05e40a4
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
    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