Update the shebang to python3
It's needed downstream when packaging. In RDO and Fedora, we are hitting the issue "ERROR: ambiguous python shebang" during the build. Change-Id: Icaf0e62a8c6f0f873016ef1d17c434941e794c2f
This commit is contained in:
parent
deb1869c6e
commit
8dc4c3cd1e
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright 2014 Red Hat, Inc.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user