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:
Changqing Li 2020-10-29 08:39:18 +08:00 committed by Andreas Schuh
parent 5d5a6c5501
commit 827c769e5f

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys