From 41fa96e541d5e9f297b3e82c1a9d7474a0beeaf7 Mon Sep 17 00:00:00 2001
From: Christian Taedcke <hacking@taedcke.com>
Date: Thu, 11 Feb 2016 22:13:35 +0100
Subject: [PATCH 6/8] Replace '/usr/bin/env python3' with '/usr/bin/env python'
 again.

Because these files should work with python 2, too.
---
 regress/modules/create_makefile.py       | 2 +-
 regress/regress.py.in                    | 2 +-
 regress/test_opcodes/test_ADC.py         | 2 +-
 regress/test_opcodes/test_ADD.py         | 2 +-
 regress/test_opcodes/test_ADIW.py        | 2 +-
 regress/test_opcodes/test_AND.py         | 2 +-
 regress/test_opcodes/test_ANDI.py        | 2 +-
 regress/test_opcodes/test_ASR.py         | 2 +-
 regress/test_opcodes/test_BCLR.py        | 2 +-
 regress/test_opcodes/test_BLD.py         | 2 +-
 regress/test_opcodes/test_BRBC.py        | 2 +-
 regress/test_opcodes/test_BRBS.py        | 2 +-
 regress/test_opcodes/test_BSET.py        | 2 +-
 regress/test_opcodes/test_BST.py         | 2 +-
 regress/test_opcodes/test_CALL.py        | 2 +-
 regress/test_opcodes/test_COM.py         | 2 +-
 regress/test_opcodes/test_CP.py          | 2 +-
 regress/test_opcodes/test_CPC.py         | 2 +-
 regress/test_opcodes/test_CPI.py         | 2 +-
 regress/test_opcodes/test_CPSE.py        | 2 +-
 regress/test_opcodes/test_DEC.py         | 2 +-
 regress/test_opcodes/test_EICALL.py      | 2 +-
 regress/test_opcodes/test_EIJMP.py       | 2 +-
 regress/test_opcodes/test_ELPM.py        | 2 +-
 regress/test_opcodes/test_ELPM_Z.py      | 2 +-
 regress/test_opcodes/test_ELPM_Z_incr.py | 2 +-
 regress/test_opcodes/test_EOR.py         | 2 +-
 regress/test_opcodes/test_ICALL.py       | 2 +-
 regress/test_opcodes/test_IJMP.py        | 2 +-
 regress/test_opcodes/test_INC.py         | 2 +-
 regress/test_opcodes/test_JMP.py         | 2 +-
 regress/test_opcodes/test_LDD_Y.py       | 2 +-
 regress/test_opcodes/test_LDD_Z.py       | 2 +-
 regress/test_opcodes/test_LDI.py         | 2 +-
 regress/test_opcodes/test_LDS.py         | 2 +-
 regress/test_opcodes/test_LD_X.py        | 2 +-
 regress/test_opcodes/test_LD_X_decr.py   | 2 +-
 regress/test_opcodes/test_LD_X_incr.py   | 2 +-
 regress/test_opcodes/test_LD_Y_decr.py   | 2 +-
 regress/test_opcodes/test_LD_Y_incr.py   | 2 +-
 regress/test_opcodes/test_LD_Z_decr.py   | 2 +-
 regress/test_opcodes/test_LD_Z_incr.py   | 2 +-
 regress/test_opcodes/test_LPM.py         | 2 +-
 regress/test_opcodes/test_LPM_Z.py       | 2 +-
 regress/test_opcodes/test_LPM_Z_incr.py  | 2 +-
 regress/test_opcodes/test_LSR.py         | 2 +-
 regress/test_opcodes/test_MOV.py         | 2 +-
 regress/test_opcodes/test_MOVW.py        | 2 +-
 regress/test_opcodes/test_MUL.py         | 2 +-
 regress/test_opcodes/test_MULS.py        | 2 +-
 regress/test_opcodes/test_MULSU.py       | 2 +-
 regress/test_opcodes/test_NEG.py         | 2 +-
 regress/test_opcodes/test_NOP.py         | 2 +-
 regress/test_opcodes/test_OR.py          | 2 +-
 regress/test_opcodes/test_ORI.py         | 2 +-
 regress/test_opcodes/test_POP.py         | 2 +-
 regress/test_opcodes/test_PUSH.py        | 2 +-
 regress/test_opcodes/test_RCALL.py       | 2 +-
 regress/test_opcodes/test_RET.py         | 2 +-
 regress/test_opcodes/test_RETI.py        | 2 +-
 regress/test_opcodes/test_RJMP.py        | 2 +-
 regress/test_opcodes/test_ROR.py         | 2 +-
 regress/test_opcodes/test_SBC.py         | 2 +-
 regress/test_opcodes/test_SBCI.py        | 2 +-
 regress/test_opcodes/test_SBIW.py        | 2 +-
 regress/test_opcodes/test_SBRC.py        | 2 +-
 regress/test_opcodes/test_SBRS.py        | 2 +-
 regress/test_opcodes/test_STD_Y.py       | 2 +-
 regress/test_opcodes/test_STD_Z.py       | 2 +-
 regress/test_opcodes/test_STS.py         | 2 +-
 regress/test_opcodes/test_ST_X.py        | 2 +-
 regress/test_opcodes/test_ST_X_decr.py   | 2 +-
 regress/test_opcodes/test_ST_X_incr.py   | 2 +-
 regress/test_opcodes/test_ST_Y_decr.py   | 2 +-
 regress/test_opcodes/test_ST_Y_incr.py   | 2 +-
 regress/test_opcodes/test_ST_Z_decr.py   | 2 +-
 regress/test_opcodes/test_ST_Z_incr.py   | 2 +-
 regress/test_opcodes/test_SUB.py         | 2 +-
 regress/test_opcodes/test_SUBI.py        | 2 +-
 regress/test_opcodes/test_SWAP.py        | 2 +-
 80 files changed, 80 insertions(+), 80 deletions(-)

diff --git a/regress/modules/create_makefile.py b/regress/modules/create_makefile.py
index 88cfaaa..cf1f29b 100644
--- a/regress/modules/create_makefile.py
+++ b/regress/modules/create_makefile.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 # -*- coding: utf-8 -*-
 ###############################################################################
 #
diff --git a/regress/regress.py.in b/regress/regress.py.in
index f0b42cb..8627e41 100644
--- a/regress/regress.py.in
+++ b/regress/regress.py.in
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ADC.py b/regress/test_opcodes/test_ADC.py
index 6f995a7..ab4bef9 100644
--- a/regress/test_opcodes/test_ADC.py
+++ b/regress/test_opcodes/test_ADC.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ADD.py b/regress/test_opcodes/test_ADD.py
index 67da3ea..19aaf94 100644
--- a/regress/test_opcodes/test_ADD.py
+++ b/regress/test_opcodes/test_ADD.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ADIW.py b/regress/test_opcodes/test_ADIW.py
index dd4a4e9..58325e2 100644
--- a/regress/test_opcodes/test_ADIW.py
+++ b/regress/test_opcodes/test_ADIW.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_AND.py b/regress/test_opcodes/test_AND.py
index e95f534..0c348f6 100644
--- a/regress/test_opcodes/test_AND.py
+++ b/regress/test_opcodes/test_AND.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ANDI.py b/regress/test_opcodes/test_ANDI.py
index dd3c7c5..3fca5f8 100644
--- a/regress/test_opcodes/test_ANDI.py
+++ b/regress/test_opcodes/test_ANDI.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ASR.py b/regress/test_opcodes/test_ASR.py
index 4df452d..cc4b459 100644
--- a/regress/test_opcodes/test_ASR.py
+++ b/regress/test_opcodes/test_ASR.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_BCLR.py b/regress/test_opcodes/test_BCLR.py
index f6df9f3..da0a313 100644
--- a/regress/test_opcodes/test_BCLR.py
+++ b/regress/test_opcodes/test_BCLR.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_BLD.py b/regress/test_opcodes/test_BLD.py
index a4fd8c9..f89cf1f 100644
--- a/regress/test_opcodes/test_BLD.py
+++ b/regress/test_opcodes/test_BLD.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_BRBC.py b/regress/test_opcodes/test_BRBC.py
index 64a2269..0131648 100644
--- a/regress/test_opcodes/test_BRBC.py
+++ b/regress/test_opcodes/test_BRBC.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_BRBS.py b/regress/test_opcodes/test_BRBS.py
index 2102774..7b06158 100644
--- a/regress/test_opcodes/test_BRBS.py
+++ b/regress/test_opcodes/test_BRBS.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_BSET.py b/regress/test_opcodes/test_BSET.py
index 8af1064..304da2e 100644
--- a/regress/test_opcodes/test_BSET.py
+++ b/regress/test_opcodes/test_BSET.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_BST.py b/regress/test_opcodes/test_BST.py
index 67b1e7a..9b1ab3d 100644
--- a/regress/test_opcodes/test_BST.py
+++ b/regress/test_opcodes/test_BST.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_CALL.py b/regress/test_opcodes/test_CALL.py
index b99839d..a946b23 100644
--- a/regress/test_opcodes/test_CALL.py
+++ b/regress/test_opcodes/test_CALL.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_COM.py b/regress/test_opcodes/test_COM.py
index 7d22ddf..90487d2 100644
--- a/regress/test_opcodes/test_COM.py
+++ b/regress/test_opcodes/test_COM.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_CP.py b/regress/test_opcodes/test_CP.py
index ce4a57c..e597fdb 100644
--- a/regress/test_opcodes/test_CP.py
+++ b/regress/test_opcodes/test_CP.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_CPC.py b/regress/test_opcodes/test_CPC.py
index 1cc3956..b080ed2 100644
--- a/regress/test_opcodes/test_CPC.py
+++ b/regress/test_opcodes/test_CPC.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_CPI.py b/regress/test_opcodes/test_CPI.py
index 6a1a124..15ddb73 100644
--- a/regress/test_opcodes/test_CPI.py
+++ b/regress/test_opcodes/test_CPI.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_CPSE.py b/regress/test_opcodes/test_CPSE.py
index ad3031a..88e90a8 100644
--- a/regress/test_opcodes/test_CPSE.py
+++ b/regress/test_opcodes/test_CPSE.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_DEC.py b/regress/test_opcodes/test_DEC.py
index 6158a89..ba322a8 100644
--- a/regress/test_opcodes/test_DEC.py
+++ b/regress/test_opcodes/test_DEC.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_EICALL.py b/regress/test_opcodes/test_EICALL.py
index 8ab901a..ad9edec 100644
--- a/regress/test_opcodes/test_EICALL.py
+++ b/regress/test_opcodes/test_EICALL.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_EIJMP.py b/regress/test_opcodes/test_EIJMP.py
index 431d7f4..6bc881e 100644
--- a/regress/test_opcodes/test_EIJMP.py
+++ b/regress/test_opcodes/test_EIJMP.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ELPM.py b/regress/test_opcodes/test_ELPM.py
index d74104e..5ebb602 100644
--- a/regress/test_opcodes/test_ELPM.py
+++ b/regress/test_opcodes/test_ELPM.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ELPM_Z.py b/regress/test_opcodes/test_ELPM_Z.py
index 5a7218c..ca47f32 100644
--- a/regress/test_opcodes/test_ELPM_Z.py
+++ b/regress/test_opcodes/test_ELPM_Z.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ELPM_Z_incr.py b/regress/test_opcodes/test_ELPM_Z_incr.py
index d42a3d0..dd3dd5d 100644
--- a/regress/test_opcodes/test_ELPM_Z_incr.py
+++ b/regress/test_opcodes/test_ELPM_Z_incr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_EOR.py b/regress/test_opcodes/test_EOR.py
index f5fcd10..4e38c78 100644
--- a/regress/test_opcodes/test_EOR.py
+++ b/regress/test_opcodes/test_EOR.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ICALL.py b/regress/test_opcodes/test_ICALL.py
index 2572e9c..f6d04a8 100644
--- a/regress/test_opcodes/test_ICALL.py
+++ b/regress/test_opcodes/test_ICALL.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_IJMP.py b/regress/test_opcodes/test_IJMP.py
index f3123db..f1469c8 100644
--- a/regress/test_opcodes/test_IJMP.py
+++ b/regress/test_opcodes/test_IJMP.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_INC.py b/regress/test_opcodes/test_INC.py
index 6a54a5e..a8ee70c 100644
--- a/regress/test_opcodes/test_INC.py
+++ b/regress/test_opcodes/test_INC.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_JMP.py b/regress/test_opcodes/test_JMP.py
index 7907d9d..075107a 100644
--- a/regress/test_opcodes/test_JMP.py
+++ b/regress/test_opcodes/test_JMP.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LDD_Y.py b/regress/test_opcodes/test_LDD_Y.py
index fd57687..b646ed9 100644
--- a/regress/test_opcodes/test_LDD_Y.py
+++ b/regress/test_opcodes/test_LDD_Y.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LDD_Z.py b/regress/test_opcodes/test_LDD_Z.py
index 30d738b..a2da4c7 100644
--- a/regress/test_opcodes/test_LDD_Z.py
+++ b/regress/test_opcodes/test_LDD_Z.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LDI.py b/regress/test_opcodes/test_LDI.py
index 6b76f22..a660603 100644
--- a/regress/test_opcodes/test_LDI.py
+++ b/regress/test_opcodes/test_LDI.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LDS.py b/regress/test_opcodes/test_LDS.py
index 6397f7d..d1aae53 100644
--- a/regress/test_opcodes/test_LDS.py
+++ b/regress/test_opcodes/test_LDS.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LD_X.py b/regress/test_opcodes/test_LD_X.py
index 9cbc5f6..b424f2f 100644
--- a/regress/test_opcodes/test_LD_X.py
+++ b/regress/test_opcodes/test_LD_X.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LD_X_decr.py b/regress/test_opcodes/test_LD_X_decr.py
index 5242b39..e6326b4 100644
--- a/regress/test_opcodes/test_LD_X_decr.py
+++ b/regress/test_opcodes/test_LD_X_decr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LD_X_incr.py b/regress/test_opcodes/test_LD_X_incr.py
index 66e4029..6134079 100644
--- a/regress/test_opcodes/test_LD_X_incr.py
+++ b/regress/test_opcodes/test_LD_X_incr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LD_Y_decr.py b/regress/test_opcodes/test_LD_Y_decr.py
index ba452d2..2060916 100644
--- a/regress/test_opcodes/test_LD_Y_decr.py
+++ b/regress/test_opcodes/test_LD_Y_decr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LD_Y_incr.py b/regress/test_opcodes/test_LD_Y_incr.py
index 50ba9c9..6a59110 100644
--- a/regress/test_opcodes/test_LD_Y_incr.py
+++ b/regress/test_opcodes/test_LD_Y_incr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LD_Z_decr.py b/regress/test_opcodes/test_LD_Z_decr.py
index 23eef09..ca7e8e6 100644
--- a/regress/test_opcodes/test_LD_Z_decr.py
+++ b/regress/test_opcodes/test_LD_Z_decr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LD_Z_incr.py b/regress/test_opcodes/test_LD_Z_incr.py
index e581a5b..24efd70 100644
--- a/regress/test_opcodes/test_LD_Z_incr.py
+++ b/regress/test_opcodes/test_LD_Z_incr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LPM.py b/regress/test_opcodes/test_LPM.py
index ff70108..74afcfa 100644
--- a/regress/test_opcodes/test_LPM.py
+++ b/regress/test_opcodes/test_LPM.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LPM_Z.py b/regress/test_opcodes/test_LPM_Z.py
index 26ea9e8..d3023c7 100644
--- a/regress/test_opcodes/test_LPM_Z.py
+++ b/regress/test_opcodes/test_LPM_Z.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LPM_Z_incr.py b/regress/test_opcodes/test_LPM_Z_incr.py
index 8763ca9..c4676bc 100644
--- a/regress/test_opcodes/test_LPM_Z_incr.py
+++ b/regress/test_opcodes/test_LPM_Z_incr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_LSR.py b/regress/test_opcodes/test_LSR.py
index 30080fc..0058f00 100644
--- a/regress/test_opcodes/test_LSR.py
+++ b/regress/test_opcodes/test_LSR.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_MOV.py b/regress/test_opcodes/test_MOV.py
index c178d5e..7c9bb16 100644
--- a/regress/test_opcodes/test_MOV.py
+++ b/regress/test_opcodes/test_MOV.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_MOVW.py b/regress/test_opcodes/test_MOVW.py
index 9d96f57..d7d6251 100644
--- a/regress/test_opcodes/test_MOVW.py
+++ b/regress/test_opcodes/test_MOVW.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_MUL.py b/regress/test_opcodes/test_MUL.py
index 6026040..02aca2f 100644
--- a/regress/test_opcodes/test_MUL.py
+++ b/regress/test_opcodes/test_MUL.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_MULS.py b/regress/test_opcodes/test_MULS.py
index 197999e..2956edd 100644
--- a/regress/test_opcodes/test_MULS.py
+++ b/regress/test_opcodes/test_MULS.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_MULSU.py b/regress/test_opcodes/test_MULSU.py
index 1f3409d..609ee19 100644
--- a/regress/test_opcodes/test_MULSU.py
+++ b/regress/test_opcodes/test_MULSU.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_NEG.py b/regress/test_opcodes/test_NEG.py
index 8ca0d30..a54b40f 100644
--- a/regress/test_opcodes/test_NEG.py
+++ b/regress/test_opcodes/test_NEG.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_NOP.py b/regress/test_opcodes/test_NOP.py
index 8bc4326..4fa3d0f 100644
--- a/regress/test_opcodes/test_NOP.py
+++ b/regress/test_opcodes/test_NOP.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_OR.py b/regress/test_opcodes/test_OR.py
index f88e6a1..ee7bd38 100644
--- a/regress/test_opcodes/test_OR.py
+++ b/regress/test_opcodes/test_OR.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ORI.py b/regress/test_opcodes/test_ORI.py
index 26ae9fd..9f4e64e 100644
--- a/regress/test_opcodes/test_ORI.py
+++ b/regress/test_opcodes/test_ORI.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_POP.py b/regress/test_opcodes/test_POP.py
index 8946524..b338dc6 100644
--- a/regress/test_opcodes/test_POP.py
+++ b/regress/test_opcodes/test_POP.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_PUSH.py b/regress/test_opcodes/test_PUSH.py
index 33059cd..64b3c3c 100644
--- a/regress/test_opcodes/test_PUSH.py
+++ b/regress/test_opcodes/test_PUSH.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_RCALL.py b/regress/test_opcodes/test_RCALL.py
index 728c747..af8795b 100644
--- a/regress/test_opcodes/test_RCALL.py
+++ b/regress/test_opcodes/test_RCALL.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_RET.py b/regress/test_opcodes/test_RET.py
index c555aec..5610232 100644
--- a/regress/test_opcodes/test_RET.py
+++ b/regress/test_opcodes/test_RET.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_RETI.py b/regress/test_opcodes/test_RETI.py
index 353cc72..7828a9c 100644
--- a/regress/test_opcodes/test_RETI.py
+++ b/regress/test_opcodes/test_RETI.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_RJMP.py b/regress/test_opcodes/test_RJMP.py
index ee2d53c..319bcbc 100644
--- a/regress/test_opcodes/test_RJMP.py
+++ b/regress/test_opcodes/test_RJMP.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ROR.py b/regress/test_opcodes/test_ROR.py
index ccfbe4a..d7a409f 100644
--- a/regress/test_opcodes/test_ROR.py
+++ b/regress/test_opcodes/test_ROR.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_SBC.py b/regress/test_opcodes/test_SBC.py
index c0daa98..780822b 100644
--- a/regress/test_opcodes/test_SBC.py
+++ b/regress/test_opcodes/test_SBC.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_SBCI.py b/regress/test_opcodes/test_SBCI.py
index d512f8c..41193f4 100644
--- a/regress/test_opcodes/test_SBCI.py
+++ b/regress/test_opcodes/test_SBCI.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_SBIW.py b/regress/test_opcodes/test_SBIW.py
index 732165c..1c74e15 100644
--- a/regress/test_opcodes/test_SBIW.py
+++ b/regress/test_opcodes/test_SBIW.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_SBRC.py b/regress/test_opcodes/test_SBRC.py
index 7feb658..18e5e42 100644
--- a/regress/test_opcodes/test_SBRC.py
+++ b/regress/test_opcodes/test_SBRC.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_SBRS.py b/regress/test_opcodes/test_SBRS.py
index 8e69ed9..1ead272 100644
--- a/regress/test_opcodes/test_SBRS.py
+++ b/regress/test_opcodes/test_SBRS.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_STD_Y.py b/regress/test_opcodes/test_STD_Y.py
index 6c0c737..6c97833 100644
--- a/regress/test_opcodes/test_STD_Y.py
+++ b/regress/test_opcodes/test_STD_Y.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_STD_Z.py b/regress/test_opcodes/test_STD_Z.py
index 4d698a5..281d5ec 100644
--- a/regress/test_opcodes/test_STD_Z.py
+++ b/regress/test_opcodes/test_STD_Z.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_STS.py b/regress/test_opcodes/test_STS.py
index 0aec124..12fedf6 100644
--- a/regress/test_opcodes/test_STS.py
+++ b/regress/test_opcodes/test_STS.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ST_X.py b/regress/test_opcodes/test_ST_X.py
index 5e1165c..1ec31e2 100644
--- a/regress/test_opcodes/test_ST_X.py
+++ b/regress/test_opcodes/test_ST_X.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ST_X_decr.py b/regress/test_opcodes/test_ST_X_decr.py
index c040785..a2aa23a 100644
--- a/regress/test_opcodes/test_ST_X_decr.py
+++ b/regress/test_opcodes/test_ST_X_decr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ST_X_incr.py b/regress/test_opcodes/test_ST_X_incr.py
index 15038fd..5ce110e 100644
--- a/regress/test_opcodes/test_ST_X_incr.py
+++ b/regress/test_opcodes/test_ST_X_incr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ST_Y_decr.py b/regress/test_opcodes/test_ST_Y_decr.py
index 8d1669e..2d978b2 100644
--- a/regress/test_opcodes/test_ST_Y_decr.py
+++ b/regress/test_opcodes/test_ST_Y_decr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ST_Y_incr.py b/regress/test_opcodes/test_ST_Y_incr.py
index 4688c61..a805659 100644
--- a/regress/test_opcodes/test_ST_Y_incr.py
+++ b/regress/test_opcodes/test_ST_Y_incr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ST_Z_decr.py b/regress/test_opcodes/test_ST_Z_decr.py
index dcf39c1..f1354fd 100644
--- a/regress/test_opcodes/test_ST_Z_decr.py
+++ b/regress/test_opcodes/test_ST_Z_decr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_ST_Z_incr.py b/regress/test_opcodes/test_ST_Z_incr.py
index 05e961c..ad70f17 100644
--- a/regress/test_opcodes/test_ST_Z_incr.py
+++ b/regress/test_opcodes/test_ST_Z_incr.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_SUB.py b/regress/test_opcodes/test_SUB.py
index 2e02b45..8f3be35 100644
--- a/regress/test_opcodes/test_SUB.py
+++ b/regress/test_opcodes/test_SUB.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_SUBI.py b/regress/test_opcodes/test_SUBI.py
index 28a57a4..f90e92b 100644
--- a/regress/test_opcodes/test_SUBI.py
+++ b/regress/test_opcodes/test_SUBI.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
diff --git a/regress/test_opcodes/test_SWAP.py b/regress/test_opcodes/test_SWAP.py
index 3c7d64e..85d1276 100644
--- a/regress/test_opcodes/test_SWAP.py
+++ b/regress/test_opcodes/test_SWAP.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 ###############################################################################
 #
 # simulavr - A simulator for the Atmel AVR family of microcontrollers.
-- 
2.24.0

