From cf50418d36c80b35e0f791a96f0a828705ebf25f Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 13 Jul 2018 15:20:46 +0100 Subject: trivial: Fix file permissions There's no reason these should be executable. Signed-off-by: Stephen Finucane --- setuptools/command/easy_install.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 setuptools/command/easy_install.py diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py old mode 100755 new mode 100644 -- cgit v1.2.3