Guillaume Ayoub 11 лет назад
Родитель
Сommit
46628b7a19
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      radicale/ical.py

+ 1 - 0
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):