From 46628b7a193df10a9847e6e3dcfb748f572d7408 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 7 Feb 2015 16:06:41 +0100 Subject: [PATCH] Add missing blank line --- radicale/ical.py | 1 + 1 file changed, 1 insertion(+) 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):