Fix check-run-nova-compute script shebang

For python3 packaging we are looking for /usr/bin/env python to swap out
with the python3 binary in the packaging. Rather than look for
/usr/bin/python, it's easier to use /usr/bin/env python since the other
files have this. Update this script for consistency.

Change-Id: I3606c356a2103ce1e26e78e1192f0713b51e1ca4
Related-Blueprint: python3-support
This commit is contained in:
Alex Schultz 2018-11-08 16:50:21 -07:00
parent f4711fe4af
commit dc274133ff
1 changed files with 1 additions and 1 deletions

View File

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