web/views/bookmark.py
branchtls-sprint
changeset 1153 6a7636b32a97
parent 1151 b20677336ee6
child 1321 c5655237f08a
--- a/web/views/bookmark.py	Thu Mar 26 20:11:37 2009 +0100
+++ b/web/views/bookmark.py	Thu Mar 26 20:54:40 2009 +0100
@@ -14,7 +14,7 @@
 from cubicweb.web.action import Action
 from cubicweb.web.box import UserRQLBoxTemplate
 from cubicweb.web.views.baseviews import PrimaryView
-from cubicweb.web.views.editform import AutomaticEntityForm
+from cubicweb.web.views.editforms import AutomaticEntityForm
 
 AutomaticEntityForm.rcategories.set_rtag('primary', 'path', 'subject', 'Bookmark')
 AutomaticEntityForm.rwidgets.set_rtag('StringWidget', 'path', 'subject', 'Bookmark')