diff options
Diffstat (limited to 'tools/sync_third_party.py')
-rwxr-xr-x | tools/sync_third_party.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sync_third_party.py b/tools/sync_third_party.py index cf0de30f3..697470a49 100755 --- a/tools/sync_third_party.py +++ b/tools/sync_third_party.py @@ -5,6 +5,9 @@ # find . -type f | grep -v "\.git" | xargs -I% git add -f --no-warn-embedded-repo "%" import third_party +import util + +util.enable_ansi_colors() third_party.fix_symlinks() |