diff --git a/radicale/ical.py b/radicale/ical.py index da7396d0..1d3494a8 100644 --- a/radicale/ical.py +++ b/radicale/ical.py @@ -61,6 +61,7 @@ def unfold(text): """ return re.sub('\r\n( |\t)', '', text).splitlines() + class Item(object): """Internal iCal item.""" def __init__(self, text, name=None):