From 375e6b45df6c37ad2eda7982085bb72a09e7d2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Thu, 12 Mar 2015 17:33:56 +0100 Subject: [PATCH] [FIX] fix right on file, use 644 by default --- external_file_location/abstract_task.py | 0 external_file_location/tasks/filestore.py | 0 external_file_location/tasks/sftp.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 external_file_location/abstract_task.py mode change 100755 => 100644 external_file_location/tasks/filestore.py mode change 100755 => 100644 external_file_location/tasks/sftp.py diff --git a/external_file_location/abstract_task.py b/external_file_location/abstract_task.py old mode 100755 new mode 100644 diff --git a/external_file_location/tasks/filestore.py b/external_file_location/tasks/filestore.py old mode 100755 new mode 100644 diff --git a/external_file_location/tasks/sftp.py b/external_file_location/tasks/sftp.py old mode 100755 new mode 100644