summaryrefslogtreecommitdiff
path: root/grpc/tools/distrib/python_wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/tools/distrib/python_wrapper.sh')
-rwxr-xr-xgrpc/tools/distrib/python_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/tools/distrib/python_wrapper.sh b/grpc/tools/distrib/python_wrapper.sh
index a099b2f1..f9e61daf 100755
--- a/grpc/tools/distrib/python_wrapper.sh
+++ b/grpc/tools/distrib/python_wrapper.sh
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-for p in python2.7 python2.6 python2 python not_found ; do
+for p in python3 python not_found ; do
python=$(which $p || echo not_found)