From 61361cdb6a4e72aa76c1755985d4d20170f01f02 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sat, 2 May 2009 08:23:29 +0200 Subject: [PATCH 1/1] Make macros non executable --- macros/CgiVar.py | 0 macros/HttpGet.py | 0 macros/HttpPost.py | 0 macros/TitleIndex.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 macros/CgiVar.py mode change 100755 => 100644 macros/HttpGet.py mode change 100755 => 100644 macros/HttpPost.py mode change 100755 => 100644 macros/TitleIndex.py diff --git a/macros/CgiVar.py b/macros/CgiVar.py old mode 100755 new mode 100644 diff --git a/macros/HttpGet.py b/macros/HttpGet.py old mode 100755 new mode 100644 diff --git a/macros/HttpPost.py b/macros/HttpPost.py old mode 100755 new mode 100644 diff --git a/macros/TitleIndex.py b/macros/TitleIndex.py old mode 100755 new mode 100644 -- 2.25.1