From f5b021e36135ece3819b69b4216bbcc637a434c2 Mon Sep 17 00:00:00 2001
From: Christian Boltz <github-helios-server@cboltz.de>
Date: Sun, 5 Dec 2021 19:49:11 +0100
Subject: [PATCH] Drop superfluous x bits on pyton module and changelog

helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt and
helios_auth/auth_systems/oauthclient/oauth/__init__.py
should/will never be executed, therefore `chmod -x` them.
---
 helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt | 0
 helios_auth/auth_systems/oauthclient/oauth/__init__.py | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt
 mode change 100755 => 100644 helios_auth/auth_systems/oauthclient/oauth/__init__.py

diff --git a/helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt b/helios_auth/auth_systems/oauthclient/oauth/CHANGES.txt
old mode 100755
new mode 100644
diff --git a/helios_auth/auth_systems/oauthclient/oauth/__init__.py b/helios_auth/auth_systems/oauthclient/oauth/__init__.py
old mode 100755
new mode 100644
-- 
GitLab