diff options
author | 2018-03-08 11:48:27 -0800 | |
---|---|---|
committer | 2018-03-08 11:48:27 -0800 | |
commit | d432acd28fa5b9f641effff3a4b93218ce851e9b (patch) | |
tree | 3c90ad3ee9734a8d9704e910c28ee8e69a54df82 /tools/common/common.py | |
parent | 45677e57ad3fb4e73865f401d3eb91d421b63a53 (diff) |
Remove Python minor version.
Test: bisection_test, run_jfuzz_test
Change-Id: Idee4e0d4e676de61256f2c5f78b584b96b65461d
Diffstat (limited to 'tools/common/common.py')
-rwxr-xr-x | tools/common/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |