File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2020 GPL Solutions, LLC. All rights reserved.
2- #
3- # Use of this software is subject to the terms of the GPL Solutions license
4- # agreement provided at the time of installation or download, or which otherwise
5- # accompanies this software in either electronic or hard copy form.
6- #
1+ # This file is provided by Epic Games, Inc. and is subject to the license
2+ # file included in this repository.
73
84"""
95This hook is used override some of the functionality of the :class:`~sgtk.bootstrap.ToolkitManager`.
3127
3228class Bootstrap (get_hook_baseclass ()):
3329 """
34- Override the bootstrap core hook to cache ourself some bundles.
30+ Override the bootstrap core hook to cache some bundles ourselves .
3531 http://developer.shotgunsoftware.com/tk-core/core.html#bootstrap.Bootstrap
3632 """
37- # List of github repos for which we download releases, with a token to do
38- # the download
33+ # List of github repos for which we download releases, with a github token to
34+ # do the download if the repo is private
3935 _download_release_from_github = [
4036 ("ue4plugins/tk-framework-unrealqt" , "" ),
4137 ("GPLgithub/tk-framework-unrealqt" , "" ),
You can’t perform that action at this time.
0 commit comments