Raise notimplementedError on attends

This commit is contained in:
Florent 2014-01-13 10:07:04 +01:00
commit 697f6e82bd

View file

@ -154,3 +154,4 @@ class ICapCalendarEvent(IBaseCap):
:param is_attending : is attending to the event or not
:type is_attending : bool
"""
raise NotImplementedError()