From 51bbf37314c6c69696c7ed40001a4b1da105bd5b Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Thu, 20 Aug 2015 13:00:22 +0000 Subject: [PATCH] Fix some files permissions these files in Heat repo had been eroneousely set as executables Change-Id: Ibcb142e30461aefb321d60d311a8b72c90db52a4 --- heat/engine/stack.py | 0 heat/objects/__init__.py | 0 heat/objects/resource.py | 0 heat/objects/stack.py | 0 heat/objects/sync_point.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 heat/engine/stack.py mode change 100755 => 100644 heat/objects/__init__.py mode change 100755 => 100644 heat/objects/resource.py mode change 100755 => 100644 heat/objects/stack.py mode change 100755 => 100644 heat/objects/sync_point.py diff --git a/heat/engine/stack.py b/heat/engine/stack.py old mode 100755 new mode 100644 diff --git a/heat/objects/__init__.py b/heat/objects/__init__.py old mode 100755 new mode 100644 diff --git a/heat/objects/resource.py b/heat/objects/resource.py old mode 100755 new mode 100644 diff --git a/heat/objects/stack.py b/heat/objects/stack.py old mode 100755 new mode 100644 diff --git a/heat/objects/sync_point.py b/heat/objects/sync_point.py old mode 100755 new mode 100644