support/scripts/as2gbmap.py | 2 +- support/valdiag/valdiag.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/scripts/as2gbmap.py b/support/scripts/as2gbmap.py index 2ab5cde..fd3ec2d 100644 --- a/support/scripts/as2gbmap.py +++ b/support/scripts/as2gbmap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # as2gbmap - asxxxx to gb map file converter # diff --git a/support/valdiag/valdiag.py b/support/valdiag/valdiag.py index 41fa7df..1551cb0 100644 --- a/support/valdiag/valdiag.py +++ b/support/valdiag/valdiag.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 #--------------------------------------------------------------------------- # valdiag.py - Validate diagnostic messages from SDCC/GCC # Written By - Erik Petrich . epetrich@users.sourceforge.net (2003)