mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 17:29:59 -05:00
fix(sso.py): import ThumbprintMismatchException from pyVmomi.Security
Signed-off-by: Anthony Brown <abrownoip@protonmail.com>
This commit is contained in:
parent
a5ef74d9d9
commit
32f0c10016
@ -28,7 +28,7 @@ import time
|
||||
import base64
|
||||
import hashlib
|
||||
|
||||
from pyVmomi import ThumbprintMismatchException
|
||||
from pyVmomi.Security import ThumbprintMismatchException
|
||||
|
||||
from uuid import uuid4
|
||||
from io import BytesIO
|
||||
|
Loading…
Reference in New Issue
Block a user