web/views/timeline.py
branchtls-sprint
changeset 728 a95b284150d1
parent 692 800592b8d39b
child 984 536e421b082b
--- a/web/views/timeline.py	Tue Feb 17 23:46:48 2009 +0100
+++ b/web/views/timeline.py	Tue Feb 17 23:47:23 2009 +0100
@@ -28,7 +28,7 @@
     templatable = False
     content_type = 'application/json'
 
-    __selectors__ = implements(ICalendarable)
+    __select__ = implements(ICalendarable)
     date_fmt = '%Y/%m/%d'
     
     def call(self):
@@ -102,7 +102,7 @@
 class TimelineView(TimelineViewMixIn, EntityView):
     """builds a cubicweb timeline widget node"""
     id = 'timeline'
-    __selectors__ = implements(ICalendarable)
+    __select__ = implements(ICalendarable)
     need_navigation = False
     def call(self, tlunit=None):
         self.req.html_headers.define_var('Timeline_urlPrefix', self.req.datadir_url)