web/views/actions.py
branchtls-sprint
changeset 870 0b31dbac6459
parent 824 a5e6acffde30
child 1091 b5e253c0dd13
--- a/web/views/actions.py	Thu Feb 19 22:48:50 2009 +0100
+++ b/web/views/actions.py	Thu Feb 19 22:59:02 2009 +0100
@@ -276,3 +276,8 @@
     
     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)