From 5aa2a100db2d67da64e97a14bd491295b56276c2 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Wed, 2 Apr 2014 11:32:15 -0400 Subject: [PATCH] Avoid hard-coded path to Python interpreter. --- bin/ard-reset-arduino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ard-reset-arduino b/bin/ard-reset-arduino index ec23023..350bfef 100755 --- a/bin/ard-reset-arduino +++ b/bin/ard-reset-arduino @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import serial import os.path