mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 18:01:18 +03:00
examples/python: Add/update shebang line
Added/updated the shebang line on all python examples with: Also chmod +x a few of the python examples. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
2
examples/python/p9813.py
Normal file → Executable file
2
examples/python/p9813.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# Author: Sergey Kiselev <sergey.kiselev@intel.com>
|
||||
# Copyright (c) 2016 Sergey Kiselev
|
||||
# Based on the apa102 driver writen by Yannick Adam <yannick.adam@gmail.com>
|
||||
|
Reference in New Issue
Block a user