From 7171a78947838d68cf97417bea8f932447694391 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 3 Jul 2026 09:58:02 -0400 Subject: [PATCH] oh look, an import issue --- src/gam/cmd/admin.py | 2 ++ src/gam/cmd/drive/shareddrives.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gam/cmd/admin.py b/src/gam/cmd/admin.py index 5ff6fd0e..182b021f 100644 --- a/src/gam/cmd/admin.py +++ b/src/gam/cmd/admin.py @@ -3,6 +3,8 @@ import json import sys +from gam.cmd.customer import PRINT_PRIVILEGES_FIELDS + import re from gamlib import glaction diff --git a/src/gam/cmd/drive/shareddrives.py b/src/gam/cmd/drive/shareddrives.py index fa516cf7..925dae50 100644 --- a/src/gam/cmd/drive/shareddrives.py +++ b/src/gam/cmd/drive/shareddrives.py @@ -10,7 +10,7 @@ import sys import uuid import time -from gam.cmd.drive.core import getSharedDriveEntity +from gam.cmd.drive.core import getSharedDriveEntity, _validateUserSharedDrive from gamlib import glaction from gamlib import glapi as API