From 637cb9391f8f8467a3e68288e6252377bf0f2b80 Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Sun, 21 Aug 2016 12:08:39 +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] like the next commit [2].

[1] find . -name "*.py" |xargs grep __main__ |cut -d\: -f 1 |xargs chmod 755
[2] https://gerrit.opnfv.org/gerrit/#/c/16737/

Change-Id: I75395892e9e6afbf8ac9c995258496be557aad5f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 testcases/vnf/vRNC/parser.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 testcases/vnf/vRNC/parser.py

(limited to 'testcases/vnf/vRNC')

diff --git a/testcases/vnf/vRNC/parser.py b/testcases/vnf/vRNC/parser.py
old mode 100644
new mode 100755
-- 
cgit