diff options
author | 2018-03-08 11:48:27 -0800 | |
---|---|---|
committer | 2018-03-08 11:48:27 -0800 | |
commit | d432acd28fa5b9f641effff3a4b93218ce851e9b (patch) | |
tree | 3c90ad3ee9734a8d9704e910c28ee8e69a54df82 | |
parent | 45677e57ad3fb4e73865f401d3eb91d421b63a53 (diff) |
Remove Python minor version.
Test: bisection_test, run_jfuzz_test
Change-Id: Idee4e0d4e676de61256f2c5f78b584b96b65461d
-rwxr-xr-x | tools/bisection_search/bisection_search.py | 2 | ||||
-rwxr-xr-x | tools/bisection_search/bisection_test.py | 2 | ||||
-rwxr-xr-x | tools/common/common.py | 2 | ||||
-rwxr-xr-x | tools/jfuzz/run_dex_fuzz_test.py | 2 | ||||
-rwxr-xr-x | tools/jfuzz/run_jfuzz_test.py | 2 | ||||
-rwxr-xr-x | tools/jfuzz/run_jfuzz_test_nightly.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/bisection_search/bisection_search.py b/tools/bisection_search/bisection_search.py index 27bd599aaa..a1ac72df9f 100755 --- a/tools/bisection_search/bisection_search.py +++ b/tools/bisection_search/bisection_search.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.4 +#!/usr/bin/env python3 # # Copyright (C) 2016 The Android Open Source Project # diff --git a/tools/bisection_search/bisection_test.py b/tools/bisection_search/bisection_test.py index 9aa08fb5b1..b6a73c0267 100755 --- a/tools/bisection_search/bisection_test.py +++ b/tools/bisection_search/bisection_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.4 +#!/usr/bin/env python3 # # Copyright (C) 2016 The Android Open Source Project # diff --git a/tools/common/common.py b/tools/common/common.py index b822dcadb7..735bbaa4a4 100755 --- a/tools/common/common.py +++ b/tools/common/common.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.4 +#!/usr/bin/env python3 # # Copyright (C) 2016 The Android Open Source Project # diff --git a/tools/jfuzz/run_dex_fuzz_test.py b/tools/jfuzz/run_dex_fuzz_test.py index 203e03d678..47fe072b6d 100755 --- a/tools/jfuzz/run_dex_fuzz_test.py +++ b/tools/jfuzz/run_dex_fuzz_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.4 +#!/usr/bin/env python3 # # Copyright (C) 2016 The Android Open Source Project # diff --git a/tools/jfuzz/run_jfuzz_test.py b/tools/jfuzz/run_jfuzz_test.py index 4a54a3a4f2..3ff9f450a1 100755 --- a/tools/jfuzz/run_jfuzz_test.py +++ b/tools/jfuzz/run_jfuzz_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.4 +#!/usr/bin/env python3 # # Copyright (C) 2016 The Android Open Source Project # diff --git a/tools/jfuzz/run_jfuzz_test_nightly.py b/tools/jfuzz/run_jfuzz_test_nightly.py index e6c216d1f7..fecf116d8e 100755 --- a/tools/jfuzz/run_jfuzz_test_nightly.py +++ b/tools/jfuzz/run_jfuzz_test_nightly.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.4 +#!/usr/bin/env python3 # # Copyright (C) 2016 The Android Open Source Project # |