diff --git a/src/gam/cmd/calendar.py b/src/gam/cmd/calendar.py index c433c489..631ecbae 100644 --- a/src/gam/cmd/calendar.py +++ b/src/gam/cmd/calendar.py @@ -3,6 +3,7 @@ import re import json import sys +import uuid from gamlib import glaction from gamlib import glapi as API diff --git a/src/gam/cmd/chat/members.py b/src/gam/cmd/chat/members.py index 55f573fa..98b085d1 100644 --- a/src/gam/cmd/chat/members.py +++ b/src/gam/cmd/chat/members.py @@ -5,6 +5,7 @@ Part of the _chat_tmp sub-package.""" """GAM Google Chat management.""" import sys +import uuid from gamlib import glaction from gamlib import glapi as API diff --git a/src/gam/cmd/chat/spaces.py b/src/gam/cmd/chat/spaces.py index e72df4b9..ee2f6bda 100644 --- a/src/gam/cmd/chat/spaces.py +++ b/src/gam/cmd/chat/spaces.py @@ -6,6 +6,7 @@ Part of the _chat_tmp sub-package.""" import json import sys +import uuid from gamlib import glaction from gamlib import glapi as API diff --git a/src/gam/cmd/drive/shareddrives.py b/src/gam/cmd/drive/shareddrives.py index b6bdfdff..08cfc36f 100644 --- a/src/gam/cmd/drive/shareddrives.py +++ b/src/gam/cmd/drive/shareddrives.py @@ -7,6 +7,7 @@ Part of the drive sub-package, extracted from drive.py.""" import re import json import sys +import uuid import time from gamlib import glaction diff --git a/src/gam/cmd/gmail/profile.py b/src/gam/cmd/gmail/profile.py index 6d5c8d78..82b112e9 100644 --- a/src/gam/cmd/gmail/profile.py +++ b/src/gam/cmd/gmail/profile.py @@ -7,6 +7,7 @@ Part of the _gmail_monolith sub-package.""" import re import json import sys +import uuid import base64 from gamlib import glaction diff --git a/src/gam/cmd/resources.py b/src/gam/cmd/resources.py index a24f6c20..b4812152 100644 --- a/src/gam/cmd/resources.py +++ b/src/gam/cmd/resources.py @@ -2,6 +2,7 @@ import json import sys +import uuid from gamlib import glaction from gamlib import glapi as API