[interface deprecation] fix bad comment
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 07 Jul 2010 13:42:49 +0200
changeset 5922 59dfda8e232c
parent 5921 b3fcb004d0e1
child 5923 d1b374aa5174
[interface deprecation] fix bad comment
interfaces.py
web/views/old_calendar.py
--- a/interfaces.py	Wed Jul 07 13:42:32 2010 +0200
+++ b/interfaces.py	Wed Jul 07 13:42:49 2010 +0200
@@ -98,7 +98,7 @@
     def embeded_url(self):
         """embed action interface"""
 
-# XXX deprecates in favor of ICalendarableAdapter
+# XXX deprecates in favor of ICalendarViewsAdapter
 class ICalendarViews(Interface):
     """calendar views interface"""
     def matching_dates(self, begin, end):
--- a/web/views/old_calendar.py	Wed Jul 07 13:42:32 2010 +0200
+++ b/web/views/old_calendar.py	Wed Jul 07 13:42:49 2010 +0200
@@ -44,6 +44,7 @@
         """
         raise NotImplementedError
 
+
 # used by i18n tools
 WEEKDAYS = [_("monday"), _("tuesday"), _("wednesday"), _("thursday"),
             _("friday"), _("saturday"), _("sunday")]