From ebe974c8a3bacf636a17f254850d978ee4e79cf3 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Tue, 4 Dec 2018 17:05:52 +0100 Subject: Change example scripts permissions to 644 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There was a mix of 644 and 755, since we expect the users to execute: python example.py we do not need to have files with 755. Change-Id: Iba9b2f5dbb57fe2a3503d8dfe971a4e92e764022 Reviewed-by: Friedemann Kleint Reviewed-by: Simo Fält --- examples/tutorial/t1.py | 1 - examples/tutorial/t10.py | 1 - examples/tutorial/t11.py | 1 - examples/tutorial/t12.py | 1 - examples/tutorial/t13.py | 1 - examples/tutorial/t14.py | 1 - examples/tutorial/t2.py | 1 - examples/tutorial/t3.py | 1 - examples/tutorial/t4.py | 1 - examples/tutorial/t5.py | 1 - examples/tutorial/t6.py | 1 - examples/tutorial/t7.py | 1 - examples/tutorial/t8.py | 1 - examples/tutorial/t9.py | 1 - 14 files changed, 14 deletions(-) (limited to 'examples/tutorial') diff --git a/examples/tutorial/t1.py b/examples/tutorial/t1.py index 2e4d15859..635fbbdb1 100644 --- a/examples/tutorial/t1.py +++ b/examples/tutorial/t1.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t10.py b/examples/tutorial/t10.py index baf3884aa..00ab1f889 100644 --- a/examples/tutorial/t10.py +++ b/examples/tutorial/t10.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t11.py b/examples/tutorial/t11.py index b028fc22e..801a2c0a0 100644 --- a/examples/tutorial/t11.py +++ b/examples/tutorial/t11.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t12.py b/examples/tutorial/t12.py index 945edbd8e..ecafe23da 100644 --- a/examples/tutorial/t12.py +++ b/examples/tutorial/t12.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t13.py b/examples/tutorial/t13.py index 706b8a52c..8cf5af33c 100644 --- a/examples/tutorial/t13.py +++ b/examples/tutorial/t13.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t14.py b/examples/tutorial/t14.py index a7a4a0595..4bb971f1d 100644 --- a/examples/tutorial/t14.py +++ b/examples/tutorial/t14.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t2.py b/examples/tutorial/t2.py index 992554dcb..946a27366 100644 --- a/examples/tutorial/t2.py +++ b/examples/tutorial/t2.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t3.py b/examples/tutorial/t3.py index be69b6a0d..65796ac74 100644 --- a/examples/tutorial/t3.py +++ b/examples/tutorial/t3.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t4.py b/examples/tutorial/t4.py index 88f92443b..353e59e4b 100644 --- a/examples/tutorial/t4.py +++ b/examples/tutorial/t4.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t5.py b/examples/tutorial/t5.py index 783fa73d2..eda1d98aa 100644 --- a/examples/tutorial/t5.py +++ b/examples/tutorial/t5.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t6.py b/examples/tutorial/t6.py index b6ef30428..6353af1c2 100644 --- a/examples/tutorial/t6.py +++ b/examples/tutorial/t6.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t7.py b/examples/tutorial/t7.py index b82840c9a..97ed27f10 100644 --- a/examples/tutorial/t7.py +++ b/examples/tutorial/t7.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t8.py b/examples/tutorial/t8.py index e203ed8a2..944c9f75b 100644 --- a/examples/tutorial/t8.py +++ b/examples/tutorial/t8.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/tutorial/t9.py b/examples/tutorial/t9.py index d4640744b..9a6462dda 100644 --- a/examples/tutorial/t9.py +++ b/examples/tutorial/t9.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## -- cgit v1.2.3