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