From 099625d760cfc07d8e579ea7deaff4ebdbf47574 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sun, 25 May 2014 23:16:40 +0200 Subject: [PATCH] [1.7.x] Removed executeable bit from a few files. Backport of 9d1bf8f841af27c70d1fa5817e88d893ce7c0507 from master. --- django/conf/locale/eo/__init__.py | 0 django/conf/locale/eo/formats.py | 0 django/core/files/locks.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 django/conf/locale/eo/__init__.py mode change 100755 => 100644 django/conf/locale/eo/formats.py mode change 100755 => 100644 django/core/files/locks.py diff --git a/django/conf/locale/eo/__init__.py b/django/conf/locale/eo/__init__.py old mode 100755 new mode 100644 diff --git a/django/conf/locale/eo/formats.py b/django/conf/locale/eo/formats.py old mode 100755 new mode 100644 diff --git a/django/core/files/locks.py b/django/core/files/locks.py old mode 100755 new mode 100644