diff --git a/src/gam/cmd/project.py b/src/gam/cmd/project.py index 17bd5eaa..8d9c3173 100644 --- a/src/gam/cmd/project.py +++ b/src/gam/cmd/project.py @@ -14,6 +14,9 @@ import time import httplib2 +import google.auth +import google.auth.exceptions + from cryptography import x509 from cryptography.hazmat.primitives import hashes, serialization from cryptography.hazmat.primitives.asymmetric import rsa