summaryrefslogtreecommitdiff
path: root/tools/sync_python_modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sync_python_modules.py')
-rwxr-xr-xtools/sync_python_modules.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/sync_python_modules.py b/tools/sync_python_modules.py
new file mode 100755
index 000000000..0a40740f0
--- /dev/null
+++ b/tools/sync_python_modules.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+import third_party
+import util
+util.enable_ansi_colors()
+third_party.run_pip()