mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
switch shebang to python3
python2 is EOL, swith shebang to python3 Signed-off-by: Changqing Li <changqing.li@windriver.com>
This commit is contained in:
parent
5d5a6c5501
commit
827c769e5f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Reference in a new issue