diff options
author | Cristian Maureira-Fredes <[email protected]> | 2018-12-04 17:05:52 +0100 |
---|---|---|
committer | Simo Fält <[email protected]> | 2018-12-12 06:27:19 +0000 |
commit | ebe974c8a3bacf636a17f254850d978ee4e79cf3 (patch) | |
tree | ba1edfa65e2e632ea5df62a4eda74e772edbe0cd /examples/widgets/effects | |
parent | 2c1e3c098c957b6d6ffb5729f0de3d0d86835b87 (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 <[email protected]>
Reviewed-by: Simo Fält <[email protected]>
Diffstat (limited to 'examples/widgets/effects')
-rw-r--r--[-rwxr-xr-x] | examples/widgets/effects/lighting.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/widgets/effects/lighting.py b/examples/widgets/effects/lighting.py index 265071f45..596db4ed9 100755..100644 --- a/examples/widgets/effects/lighting.py +++ b/examples/widgets/effects/lighting.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ############################################################################# ## |