Merge "Fix check-run-nova-compute script shebang"

This commit is contained in:
Zuul 2018-11-18 03:49:48 +00:00 committed by Gerrit Code Review
commit 9242962232
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