missing import stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 01 Sep 2009 18:05:35 +0200
branchstable
changeset 3078 186ccbe0ba3f
parent 3077 6c92323667a6
child 3081 f7e41995a18b
missing import
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