# HG changeset patch # User Sylvain Thénault # Date 1251821135 -7200 # Node ID 186ccbe0ba3f5bde9501add00e1a8e9bd821f2b5 # Parent 6c92323667a6e6923788493e6880d7e1e7a8f5a3 missing import diff -r 6c92323667a6 -r 186ccbe0ba3f web/views/editforms.py --- a/web/views/editforms.py Tue Sep 01 17:58:29 2009 +0200 +++ b/web/views/editforms.py Tue Sep 01 18:05:35 2009 +0200 @@ -20,7 +20,8 @@ from cubicweb.utils import make_uid from cubicweb.view import EntityView from cubicweb.common import tags -from cubicweb.web import INTERNAL_FIELD_VALUE, stdmsgs, eid_param, uicfg +from cubicweb.web import INTERNAL_FIELD_VALUE, RequestError, stdmsgs, eid_param +from cubicweb.web import uicfg from cubicweb.web.form import FormViewMixIn, FieldNotFound from cubicweb.web.formfields import guess_field from cubicweb.web.formwidgets import Button, SubmitButton, ResetButton