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/declarative/extending/chapter1-basics/basics.py | 1 - examples/declarative/extending/chapter2-methods/methods.py | 1 - examples/declarative/extending/chapter3-bindings/bindings.py | 1 - .../extending/chapter4-customPropertyTypes/customPropertyTypes.py | 1 - examples/declarative/extending/chapter5-listproperties/listproperties.py | 1 - examples/declarative/scrolling.py | 1 - examples/declarative/signals/pytoqml1/main.py | 1 - examples/declarative/signals/qmltopy1/main.py | 1 - examples/declarative/signals/qmltopy2/main.py | 1 - examples/declarative/signals/qmltopy3/main.py | 1 - examples/declarative/signals/qmltopy4/main.py | 1 - examples/declarative/usingmodel.py | 1 - 12 files changed, 12 deletions(-) mode change 100755 => 100644 examples/declarative/scrolling.py mode change 100755 => 100644 examples/declarative/signals/qmltopy1/main.py mode change 100755 => 100644 examples/declarative/signals/qmltopy2/main.py (limited to 'examples/declarative') diff --git a/examples/declarative/extending/chapter1-basics/basics.py b/examples/declarative/extending/chapter1-basics/basics.py index fa0f52983..edb612739 100644 --- a/examples/declarative/extending/chapter1-basics/basics.py +++ b/examples/declarative/extending/chapter1-basics/basics.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/extending/chapter2-methods/methods.py b/examples/declarative/extending/chapter2-methods/methods.py index 538a92376..44e248f07 100644 --- a/examples/declarative/extending/chapter2-methods/methods.py +++ b/examples/declarative/extending/chapter2-methods/methods.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/extending/chapter3-bindings/bindings.py b/examples/declarative/extending/chapter3-bindings/bindings.py index 52abf250a..4c3895538 100644 --- a/examples/declarative/extending/chapter3-bindings/bindings.py +++ b/examples/declarative/extending/chapter3-bindings/bindings.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py b/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py index 9bd9f1e78..7dee9d2a6 100644 --- a/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py +++ b/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/extending/chapter5-listproperties/listproperties.py b/examples/declarative/extending/chapter5-listproperties/listproperties.py index 1aec72755..659f8d5c5 100644 --- a/examples/declarative/extending/chapter5-listproperties/listproperties.py +++ b/examples/declarative/extending/chapter5-listproperties/listproperties.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/scrolling.py b/examples/declarative/scrolling.py old mode 100755 new mode 100644 index 3c46ec860..085cb17e2 --- a/examples/declarative/scrolling.py +++ b/examples/declarative/scrolling.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## diff --git a/examples/declarative/signals/pytoqml1/main.py b/examples/declarative/signals/pytoqml1/main.py index f71969a63..769dd0e1c 100644 --- a/examples/declarative/signals/pytoqml1/main.py +++ b/examples/declarative/signals/pytoqml1/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/signals/qmltopy1/main.py b/examples/declarative/signals/qmltopy1/main.py old mode 100755 new mode 100644 index 3d23a6464..4c993b452 --- a/examples/declarative/signals/qmltopy1/main.py +++ b/examples/declarative/signals/qmltopy1/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/signals/qmltopy2/main.py b/examples/declarative/signals/qmltopy2/main.py old mode 100755 new mode 100644 index 0ce7933ed..10cbd8870 --- a/examples/declarative/signals/qmltopy2/main.py +++ b/examples/declarative/signals/qmltopy2/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/signals/qmltopy3/main.py b/examples/declarative/signals/qmltopy3/main.py index 3c231c292..8de1eacee 100644 --- a/examples/declarative/signals/qmltopy3/main.py +++ b/examples/declarative/signals/qmltopy3/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/signals/qmltopy4/main.py b/examples/declarative/signals/qmltopy4/main.py index 0a54e6e34..a6cc3580f 100644 --- a/examples/declarative/signals/qmltopy4/main.py +++ b/examples/declarative/signals/qmltopy4/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ############################################################################# ## diff --git a/examples/declarative/usingmodel.py b/examples/declarative/usingmodel.py index 4b4387117..2629cf35f 100644 --- a/examples/declarative/usingmodel.py +++ b/examples/declarative/usingmodel.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## -- cgit v1.2.3