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:
Marcin Juszkiewicz 2020-04-08 18:21:58 +02:00
parent 2d1017be3f
commit 6f7f241d94
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
# PBR Generated from u'console_scripts'
import sys