mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Add missing blank line
This commit is contained in:
parent
99575d69ca
commit
46628b7a19
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue