diff options
Diffstat (limited to 'Examples/Tests/PEC')
-rwxr-xr-x | Examples/Tests/PEC/analysis_pec.py | 2 | ||||
-rwxr-xr-x | Examples/Tests/PEC/analysis_pec_mr.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Tests/PEC/analysis_pec.py b/Examples/Tests/PEC/analysis_pec.py index 3918187d5..a0449e463 100755 --- a/Examples/Tests/PEC/analysis_pec.py +++ b/Examples/Tests/PEC/analysis_pec.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # # diff --git a/Examples/Tests/PEC/analysis_pec_mr.py b/Examples/Tests/PEC/analysis_pec_mr.py index ce6585193..1ab3e8332 100755 --- a/Examples/Tests/PEC/analysis_pec_mr.py +++ b/Examples/Tests/PEC/analysis_pec_mr.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # # |