From 337f01ef69fa27b40754a3b2618151ae654afea9 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Thu, 29 Oct 2020 08:39:18 +0800 Subject: [PATCH] switch shebang to python3 python2 is EOL, swith shebang to python3 Signed-off-by: Changqing Li --- test/gflags_build.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gflags_build.py.in b/test/gflags_build.py.in index a8cba2b..559163e 100644 --- a/test/gflags_build.py.in +++ b/test/gflags_build.py.in @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os import sys