From 34b5739216f5145ca0e6707bc4666138e2493308 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 11 Nov 2010 17:51:14 +0000 Subject: [PATCH] Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Florian for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14528 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/core/files/uploadhandler.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 django/core/files/uploadhandler.py diff --git a/django/core/files/uploadhandler.py b/django/core/files/uploadhandler.py old mode 100755 new mode 100644