From 7c3c9fdea35407ea4690424ca4da1741af79310d Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Thu, 2 May 2013 11:32:24 -0700 Subject: Update python scripts to find user's preferred python binary through env. --- scripts/stm32_mem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/stm32_mem.py') diff --git a/scripts/stm32_mem.py b/scripts/stm32_mem.py index 10fea9d..9f2e228 100755 --- a/scripts/stm32_mem.py +++ b/scripts/stm32_mem.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # stm32_mem.py: STM32 memory access using USB DFU class # Copyright (C) 2011 Black Sphere Technologies -- cgit v1.2.3