From 2cf64fd4e3e1f5d570d856c2e98fdc51930f1a50 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 1 Nov 2013 09:05:24 -0700 Subject: [PATCH] Fix executable bits. --- Cython/Build/BuildExecutable.py | 0 Cython/Compiler/ExprNodes.py | 0 Cython/Compiler/PyrexTypes.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Cython/Build/BuildExecutable.py mode change 100755 => 100644 Cython/Compiler/ExprNodes.py mode change 100755 => 100644 Cython/Compiler/PyrexTypes.py diff --git a/Cython/Build/BuildExecutable.py b/Cython/Build/BuildExecutable.py old mode 100755 new mode 100644 diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py old mode 100755 new mode 100644 diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py old mode 100755 new mode 100644 -- 2.7.4