Add missing script
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
6deccd757c
commit
883b7ce619
1 changed files with 10 additions and 0 deletions
10
use_python3_on_python_script.patch
Normal file
10
use_python3_on_python_script.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
diff --git a/test/test_python.py b/test/test_python.py
|
||||
index 252c51a97256..8388d9a5aa36 100755
|
||||
--- a/test/test_python.py
|
||||
+++ b/test/test_python.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python3
|
||||
#------------------------------------------------------------------------
|
||||
# Copyright 2019 (c) Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue