Add missing blank line
This commit is contained in:
parent
99575d69ca
commit
46628b7a19
@ -61,6 +61,7 @@ def unfold(text):
|
|||||||
"""
|
"""
|
||||||
return re.sub('\r\n( |\t)', '', text).splitlines()
|
return re.sub('\r\n( |\t)', '', text).splitlines()
|
||||||
|
|
||||||
|
|
||||||
class Item(object):
|
class Item(object):
|
||||||
"""Internal iCal item."""
|
"""Internal iCal item."""
|
||||||
def __init__(self, text, name=None):
|
def __init__(self, text, name=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user