diff options
Diffstat (limited to 'tools/sync_python_modules.py')
-rwxr-xr-x | tools/sync_python_modules.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/sync_python_modules.py b/tools/sync_python_modules.py deleted file mode 100755 index fa31e1e3a..000000000 --- a/tools/sync_python_modules.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python -# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import third_party -import util -util.enable_ansi_colors() -third_party.run_pip() |