aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-12-04 17:05:52 +0100
committerSimo Fält <simo.falt@qt.io>2018-12-12 06:27:19 +0000
commitebe974c8a3bacf636a17f254850d978ee4e79cf3 (patch)
treeba1edfa65e2e632ea5df62a4eda74e772edbe0cd /examples/charts
parent2c1e3c098c957b6d6ffb5729f0de3d0d86835b87 (diff)
Change example scripts permissions to 644
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 <Friedemann.Kleint@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'examples/charts')
-rw-r--r--examples/charts/audio.py1
-rw-r--r--examples/charts/callout.py1
-rw-r--r--examples/charts/lineandbar.py1
-rw-r--r--examples/charts/memoryusage.py1
-rw-r--r--examples/charts/modeldata.py1
-rw-r--r--examples/charts/nesteddonuts.py1
-rw-r--r--examples/charts/percentbarchart.py1
7 files changed, 0 insertions, 7 deletions
diff --git a/examples/charts/audio.py b/examples/charts/audio.py
index 95b78d637..256fe3a96 100644
--- a/examples/charts/audio.py
+++ b/examples/charts/audio.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/charts/callout.py b/examples/charts/callout.py
index 4b18b6497..a7aff6282 100644
--- a/examples/charts/callout.py
+++ b/examples/charts/callout.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/charts/lineandbar.py b/examples/charts/lineandbar.py
index 958736cad..0a29aa786 100644
--- a/examples/charts/lineandbar.py
+++ b/examples/charts/lineandbar.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/charts/memoryusage.py b/examples/charts/memoryusage.py
index b2c8ed153..b6f665b3d 100644
--- a/examples/charts/memoryusage.py
+++ b/examples/charts/memoryusage.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/charts/modeldata.py b/examples/charts/modeldata.py
index 018e05345..be63cf3d2 100644
--- a/examples/charts/modeldata.py
+++ b/examples/charts/modeldata.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#############################################################################
##
diff --git a/examples/charts/nesteddonuts.py b/examples/charts/nesteddonuts.py
index bee3c1c79..77bbabfc7 100644
--- a/examples/charts/nesteddonuts.py
+++ b/examples/charts/nesteddonuts.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#############################################################################
##
diff --git a/examples/charts/percentbarchart.py b/examples/charts/percentbarchart.py
index f92920602..256070e7f 100644
--- a/examples/charts/percentbarchart.py
+++ b/examples/charts/percentbarchart.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#############################################################################
##