From 1d0c463e3b76d4cc49cf238f10b3bb332f3059fa Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 8 Mar 2020 17:38:32 -0400 Subject: [PATCH] need uuid --- src/gapi/calendar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gapi/calendar.py b/src/gapi/calendar.py index 0517890e..e2c972df 100644 --- a/src/gapi/calendar.py +++ b/src/gapi/calendar.py @@ -1,4 +1,5 @@ import sys +import uuid # TODO: get rid of these hacks import __main__