Skip to content

Commit 7d54b7c

Browse files
committed
global: use #!/usr/bin/env python
1 parent b636b6d commit 7d54b7c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/simplePingExample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python -u
1+
#!/usr/bin/env python
22

33
#simplePingExample.py
44
from brping import Ping1D

tools/ping1d-simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python -u
1+
#!/usr/bin/env python
22

33
# This script simulates a Blue Robotics Ping Echosounder device
44
# A client may connect to the device simulation on local UDP port 6676

tools/pingproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python -u
1+
#!/usr/bin/env python
22

33
# PingProxy.py
44
# Connect multiple udp clients to a single serial device

0 commit comments

Comments
 (0)