Describe the bug
Line 31 of samples/vsphere/common/sso.py performs an import of ThumbprintMismatchException from pyVmomi. In the latest version of pyVmomi, this cannot be found for import.
Reproduction steps
1.pip install pyVmomi
2.Set PYTHONPATH to reference samples
3.Try to import sso from samples.vsphere.common
...
Expected behavior
Would expect sso to import fine.
Additional context
No response