From a701e7f91903107b60f06d4fc7f093703ba42403 Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Thu, 16 May 2019 22:19:03 +0200 Subject: [PATCH] import sys for exit --- list-calendar-events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/list-calendar-events.py b/list-calendar-events.py index caf6d1b..b737b35 100755 --- a/list-calendar-events.py +++ b/list-calendar-events.py @@ -9,6 +9,7 @@ #=== MODULES =================================================================== +import sys from ics import Calendar #=== INFO ======================================================================