Add missing blank line

This commit is contained in:
Guillaume Ayoub 2015-02-07 16:06:41 +01:00
parent 99575d69ca
commit 46628b7a19

View File

@ -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):