Avoid hard-coded path to Python interpreter.

This commit is contained in:
Christopher Peplin 2014-04-02 11:32:15 -04:00
parent 392a6b9db1
commit 5aa2a100db

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
import serial import serial
import os.path import os.path