commit | d432acd28fa5b9f641effff3a4b93218ce851e9b | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Thu Mar 08 11:48:27 2018 -0800 |
committer | Aart Bik <ajcbik@google.com> | Thu Mar 08 11:48:27 2018 -0800 |
tree | 3c90ad3ee9734a8d9704e910c28ee8e69a54df82 | |
parent | 45677e57ad3fb4e73865f401d3eb91d421b63a53 [diff] [blame] |
Remove Python minor version. Test: bisection_test, run_jfuzz_test Change-Id: Idee4e0d4e676de61256f2c5f78b584b96b65461d
diff --git a/tools/jfuzz/run_jfuzz_test.py b/tools/jfuzz/run_jfuzz_test.py index 4a54a3a..3ff9f45 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 #