diff --git a/birthdays-cal.py b/birthdays-cal.py index 24f6dd5..cce6527 100644 --- a/birthdays-cal.py +++ b/birthdays-cal.py @@ -1,10 +1,8 @@ - -# -*- coding: utf-8 -*- - import datetime import hashlib import sys from bisect import bisect + import yaml from icalendar import Calendar, Event