Skip to content

Commit

Permalink
Added handling of SSO by creating a new exception (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hubert-adsk authored Nov 20, 2017
1 parent 41c5369 commit 8eb9e3d
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 66 deletions.
3 changes: 2 additions & 1 deletion shotgun_api3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from shotgun import (Shotgun, ShotgunError, ShotgunFileDownloadError, Fault,
from shotgun import (Shotgun, ShotgunError, ShotgunFileDownloadError, Fault,
AuthenticationFault, MissingTwoFactorAuthenticationFault,
UserCredentialsNotAllowedForSSOAuthenticationFault,
ProtocolError, ResponseError, Error, __version__)
from shotgun import SG_TIMEZONE as sg_timezone

Loading

0 comments on commit 8eb9e3d

Please sign in to comment.