forked from shotgunsoftware/python-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py
More file actions
16 lines (15 loc) · 891 Bytes
/
__init__.py
File metadata and controls
16 lines (15 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (c) 2019 Shotgun Software Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.
from .shotgun import (Shotgun, ShotgunError, ShotgunFileDownloadError, # noqa unused imports
ShotgunThumbnailNotReady, Fault,
AuthenticationFault, MissingTwoFactorAuthenticationFault,
UserCredentialsNotAllowedForSSOAuthenticationFault,
ProtocolError, ResponseError, Error, __version__)
from .shotgun import SG_TIMEZONE as sg_timezone # noqa unused imports