diff options
author | David Snopek <dsnopek@gmail.com> | 2024-06-25 09:42:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 09:42:55 -0500 |
commit | 7d7799b56ed7dfdae1454f246a98cf35601cc053 (patch) | |
tree | 5f6385831fb7de70386c761907d9f4eb023155f6 /tools/android.py | |
parent | 90c6ea2a126a4238d87b3f9472ca16cf84e76102 (diff) | |
parent | e0d363aad8e2204fe8ca4b6937ef2ad74a7b293b (diff) | |
download | redot-cpp-7d7799b56ed7dfdae1454f246a98cf35601cc053.tar.gz |
Merge pull request #1504 from Repiteo/pre-commit-hooks
Replace legacy hooks with `pre-commit` Python tool
Diffstat (limited to 'tools/android.py')
-rw-r--r-- | tools/android.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/android.py b/tools/android.py index 8454d47..0222121 100644 --- a/tools/android.py +++ b/tools/android.py @@ -1,8 +1,8 @@ import os import sys -import my_spawn + import common_compiler_flags -from SCons.Script import ARGUMENTS +import my_spawn def options(opts): |