Skip to content

Commit 862e65b

Browse files
committed
For #13673, merge polish
1 parent f9f086d commit 862e65b

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

core/hooks/bootstrap.py

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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
"""
95
This hook is used override some of the functionality of the :class:`~sgtk.bootstrap.ToolkitManager`.
@@ -31,11 +27,11 @@
3127

3228
class 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", ""),

0 commit comments

Comments
 (0)