web/views/schemaentities.py
branchtls-sprint
changeset 652 603c782dc092
parent 640 8e64f12be69c
child 688 cddfbdee0eb3
--- a/web/views/schemaentities.py	Tue Feb 17 12:34:13 2009 +0100
+++ b/web/views/schemaentities.py	Tue Feb 17 12:47:07 2009 +0100
@@ -8,6 +8,7 @@
 
 from logilab.mtconverter import html_escape
 
+from cubicweb.selectors import implements
 from cubicweb.schemaviewer import SchemaViewer
 from cubicweb.common.uilib import ureport_as_html
 from cubicweb.common.view import EntityView
@@ -109,7 +110,7 @@
             self.w(u'</em>')
         
 
-from cubicweb.web.action import EntityAction
+from cubicweb.web.action import Action
 
 class ViewWorkflowAction(Action):
     id = 'workflow'