diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-02 21:54:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 21:54:12 +0100 |
commit | 93deefcae221e03358dd259f1958930331654afc (patch) | |
tree | b7a77f5d41242ba35e3e6cbde56bc077561c692d /tools/sync_python_modules.py | |
parent | d672e1405dd7085a060625fc320d063f7f7970a2 (diff) |
chore: remove unused tools/ scripts (#8222)
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() |