swift: use python3 for scripts
We no longer ship Python2 in images so use Python 3 in scripts. Change-Id: I428099d66715d6156a891d6f682f52e49f1b7753
This commit is contained in:
parent
2d1017be3f
commit
6f7f241d94
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
# PBR Generated from u'console_scripts'
|
||||
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user