From 2e63544e800a2465ced646a7a044412a9ded0957 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 20 Feb 2017 06:32:53 +0000 Subject: [PATCH] Correct filesystem permissions on daemon module When the executable script was moved to become an in-package module, its permissions were incorrectly left executable. Correct them to match the other modules in the package. --- mudpy/daemon.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 mudpy/daemon.py diff --git a/mudpy/daemon.py b/mudpy/daemon.py old mode 100755 new mode 100644 -- 2.11.0