From 405c02c77fce358d3005732b6e220e83ddef75a3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 12 Jul 2016 11:12:32 +0200 Subject: Chmod 755 all py files which can be executed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All files where __main__ is checked can now be executed by everyone. It results from [1]. [1] find . -name "*.py" |xargs grep __main__ |cut -d\: -f 1 |xargs chmod 755 Change-Id: I9ad153cfdde0447213e35dac102e668d9e754cf9 Signed-off-by: Cédric Ollivier --- testcases/vnf/vIMS/vIMS.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 testcases/vnf/vIMS/vIMS.py (limited to 'testcases/vnf/vIMS/vIMS.py') diff --git a/testcases/vnf/vIMS/vIMS.py b/testcases/vnf/vIMS/vIMS.py old mode 100644 new mode 100755 -- cgit 1.2.3-korg