From 950151145d693f53993a4b4ec8e9ab6d920edb32 Mon Sep 17 00:00:00 2001 From: Dan White Date: Sun, 23 Apr 2017 15:45:29 -0500 Subject: [PATCH] explicitly specify python2 --- ihex2rcf.py | 2 +- inc2syms.py | 2 +- msp4th/cosim.py | 2 +- msp4th/memtest.py | 2 +- python-lib/flash.py | 2 +- rcf2ihex.py | 2 +- romasm2rcf.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ihex2rcf.py b/ihex2rcf.py index a0d7ea0..e482ad4 100755 --- a/ihex2rcf.py +++ b/ihex2rcf.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys import optparse diff --git a/inc2syms.py b/inc2syms.py index 8b58c29..6f47430 100755 --- a/inc2syms.py +++ b/inc2syms.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys diff --git a/msp4th/cosim.py b/msp4th/cosim.py index c63bd8e..84f7692 100644 --- a/msp4th/cosim.py +++ b/msp4th/cosim.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import os import sys diff --git a/msp4th/memtest.py b/msp4th/memtest.py index d7456b5..3580cf0 100755 --- a/msp4th/memtest.py +++ b/msp4th/memtest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys from intelhex import IntelHex diff --git a/python-lib/flash.py b/python-lib/flash.py index 4f481bf..e7c0c08 100755 --- a/python-lib/flash.py +++ b/python-lib/flash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys import optparse diff --git a/rcf2ihex.py b/rcf2ihex.py index f6d0ff5..bcfddc7 100755 --- a/rcf2ihex.py +++ b/rcf2ihex.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys diff --git a/romasm2rcf.py b/romasm2rcf.py index 37b939b..ce27787 100755 --- a/romasm2rcf.py +++ b/romasm2rcf.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 import sys -- 2.25.1