web/views/eproperties.py
branchtls-sprint
changeset 1153 6a7636b32a97
parent 1151 b20677336ee6
child 1309 a4eb20f86cb0
--- a/web/views/eproperties.py	Thu Mar 26 20:11:37 2009 +0100
+++ b/web/views/eproperties.py	Thu Mar 26 20:54:40 2009 +0100
@@ -17,7 +17,7 @@
 from cubicweb.web import INTERNAL_FIELD_VALUE, eid_param
 from cubicweb.web.views import baseviews
 from cubicweb.web.form import FormMixIn
-from cubicweb.web.views.editform import AutomaticEntityForm
+from cubicweb.web.views.editforms import AutomaticEntityForm
 
 AutomaticEntityForm.rwidgets.set_rtag('PropertyKeyWidget', 'pkey', 'subject', 'EProperty')
 AutomaticEntityForm.rwidgets.set_rtag('PropertyValueWidget', 'value', 'subject', 'EProperty')