From 62b58e34dd6c6359be535133cc21d43911ffa570 Mon Sep 17 00:00:00 2001 From: Bezleputh Date: Tue, 18 Feb 2014 19:46:32 +0100 Subject: [PATCH] [calendar] Add TELE category --- weboob/capabilities/calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/capabilities/calendar.py b/weboob/capabilities/calendar.py index 46336982..60275181 100644 --- a/weboob/capabilities/calendar.py +++ b/weboob/capabilities/calendar.py @@ -33,7 +33,7 @@ def enum(**enums): enums['types'] = _types return type('Enum', (), enums) -CATEGORIES = enum(CONCERT=u'Concert', CINE=u'Cinema', THEATRE=u'Theatre') +CATEGORIES = enum(CONCERT=u'Concert', CINE=u'Cinema', THEATRE=u'Theatre', TELE=u'Television') #the following elements deal with ICalendar stantdards #see http://fr.wikipedia.org/wiki/ICalendar#Ev.C3.A9nements_.28VEVENT.29