Skip to content

Commit 0859351

Browse files
authored
Merge pull request hardbyte#420 from cottsay/example_shebangs
Fix permissions and shebangs in examples
2 parents 5a9e6eb + 04e71a6 commit 0859351

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

examples/receive_all.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
from __future__ import print_function
24

35
import can

examples/serial_com.py

100644100755
File mode changed.

examples/vcan_filtered.py

100644100755
File mode changed.

examples/virtual_can_demo.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)