web/views/massmailing.py
changeset 5694 ce2c108a9595
parent 5658 7b9553a9db65
child 5876 e77aa963fb19
--- a/web/views/massmailing.py	Wed Jun 09 09:42:52 2010 +0200
+++ b/web/views/massmailing.py	Wed Jun 09 09:58:23 2010 +0200
@@ -25,7 +25,8 @@
 from cubicweb.selectors import (implements, authenticated_user,
                                 adaptable, match_form_params)
 from cubicweb.view import EntityView
-from cubicweb.web import stdmsgs, controller, action, form, formfields as ff
+from cubicweb.web import (Redirect, stdmsgs, controller, action,
+                          form, formfields as ff)
 from cubicweb.web.formwidgets import CheckBox, TextInput, AjaxWidget, ImgButton
 from cubicweb.web.views import forms, formrenderers