UBUNTU: SAUCE: tools: hv: Update shebang to use python3 instead of python
Focal is removing the unversioned python symlink. Since python2 is unsupported in focal, update the shebang to use python3. Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
b156ed2209
commit
4db0d77540
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user