summaryrefslogtreecommitdiff
path: root/tools/sync_third_party.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sync_third_party.py')
-rwxr-xr-xtools/sync_third_party.py3
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()