Merge pull request #2809 from shuffle2/master
make all python files executable and standardize interpreter
This commit is contained in:
2
hw/bsp/fomu/dfu.py
Normal file → Executable file
2
hw/bsp/fomu/dfu.py
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Written by Antonio Galea - 2010/11/18
|
||||
# Updated for DFU 1.1 by Sean Cross - 2020/03/31
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (C) 2018 Sony Semiconductor Solutions Corp.
|
||||
#
|
||||
|
1
hw/mcu/sony/cxd56/tools/xmodem.py
Normal file → Executable file
1
hw/mcu/sony/cxd56/tools/xmodem.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
'''
|
||||
===============================
|
||||
XMODEM file transfer protocol
|
||||
|
Reference in New Issue
Block a user