From 6339ae9a4a5c980c1e10f68d5e65144bfacbf5a7 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Fri, 13 Nov 2020 13:07:55 -0800 Subject: [PATCH] Use Python3 for build_cleaner --- tools/buildgen/build_cleaner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildgen/build_cleaner.py b/tools/buildgen/build_cleaner.py index b27da7c2699..b044cb7da9b 100755 --- a/tools/buildgen/build_cleaner.py +++ b/tools/buildgen/build_cleaner.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python3 # Copyright 2015 gRPC authors. # # Licensed under the Apache License, Version 2.0 (the "License");