branch | tls-sprint |
changeset 1091 | b5e253c0dd13 |
parent 870 | 0b31dbac6459 |
child 1132 | 96752791c2b6 |
--- a/web/views/actions.py Thu Mar 12 16:23:31 2009 +0100 +++ b/web/views/actions.py Thu Mar 12 16:29:00 2009 +0100 @@ -266,18 +266,6 @@ order = 20 -class ViewSchemaAction(Action): - id = 'schema' - __select__ = yes() - - title = _("site schema") - category = 'siteactions' - order = 30 - - def url(self): - return self.build_url(self.id) - - from logilab.common.deprecation import class_moved from cubicweb.web.views.bookmark import FollowAction FollowAction = class_moved(FollowAction)