support/testing: sample_python_pybind.py: use python3 shebang
No functional change as we install a python symlink, but use python3 for
consistency with the other scripts.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit ed9288505c
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a73dd8f787
commit
45c7276a97
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
import example
|
import example
|
||||||
print(example.add(1, 2))
|
print(example.add(1, 2))
|
||||||
print(example.says)
|
print(example.says)
|
||||||
|
Loading…
Reference in New Issue
Block a user