diff options
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/mcpat/regression/regression.py | 2 | ||||
-rw-r--r-- | ext/mcpat/regression/verify_output.py | 2 | ||||
-rwxr-xr-x | ext/ply/example/classcalc/calc.py | 2 | ||||
-rwxr-xr-x | ext/ply/example/newclasscalc/calc.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/mcpat/regression/regression.py b/ext/mcpat/regression/regression.py index 0115a5625..ddfa81b99 100755 --- a/ext/mcpat/regression/regression.py +++ b/ext/mcpat/regression/regression.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Copyright (c) 2010-2013 Advanced Micro Devices, Inc. # All rights reserved. diff --git a/ext/mcpat/regression/verify_output.py b/ext/mcpat/regression/verify_output.py index aaa75929f..83e3e8960 100644 --- a/ext/mcpat/regression/verify_output.py +++ b/ext/mcpat/regression/verify_output.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Copyright (c) 2010-2013 Advanced Micro Devices, Inc. # All rights reserved. diff --git a/ext/ply/example/classcalc/calc.py b/ext/ply/example/classcalc/calc.py index f3591977b..b0712fc45 100755 --- a/ext/ply/example/classcalc/calc.py +++ b/ext/ply/example/classcalc/calc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # ----------------------------------------------------------------------------- # calc.py diff --git a/ext/ply/example/newclasscalc/calc.py b/ext/ply/example/newclasscalc/calc.py index 3461f243e..5a8db84fc 100755 --- a/ext/ply/example/newclasscalc/calc.py +++ b/ext/ply/example/newclasscalc/calc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # ----------------------------------------------------------------------------- # calc.py |