Skip to content

Commit 8eb9e3d

Browse files
Added handling of SSO by creating a new exception (#159)
1 parent 41c5369 commit 8eb9e3d

File tree

2 files changed

+79
-66
lines changed

2 files changed

+79
-66
lines changed

shotgun_api3/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from shotgun import (Shotgun, ShotgunError, ShotgunFileDownloadError, Fault,
1+
from shotgun import (Shotgun, ShotgunError, ShotgunFileDownloadError, Fault,
22
AuthenticationFault, MissingTwoFactorAuthenticationFault,
3+
UserCredentialsNotAllowedForSSOAuthenticationFault,
34
ProtocolError, ResponseError, Error, __version__)
45
from shotgun import SG_TIMEZONE as sg_timezone
56

0 commit comments

Comments
 (0)