diff options
| author | Simon John <git@the-jedi.co.uk> | 2020-08-04 23:49:32 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2020-08-04 23:49:32 +0100 |
| commit | 5f5a68aa315e691f2eec64dcb749558c1132fac5 (patch) | |
| tree | 4a607e197a25f6779d93531d69c213a5fa43925f /bin/ard-reset-arduino | |
| parent | dff6492a4b07b4db53da23d7159c81697d12b47e (diff) | |
Replaced env with python3 shebang
Diffstat (limited to 'bin/ard-reset-arduino')
| -rwxr-xr-x | bin/ard-reset-arduino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ard-reset-arduino b/bin/ard-reset-arduino index 51b4577..69a442e 100755 --- a/bin/ard-reset-arduino +++ b/bin/ard-reset-arduino @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 import serial import serial.tools.list_ports |
