Avoid hard-coded path to Python interpreter.
This commit is contained in:
parent
392a6b9db1
commit
5aa2a100db
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import serial
|
||||
import os.path
|
||||
|
|
Loading…
Reference in a new issue