From 9bed0af669ae699efaf76c7965430bfc3f3a5e1c Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 14 Jul 2022 17:21:50 +0200 Subject: [PATCH] Remove shebang and executable bit --- radicale.wsgi | 0 setup.py | 2 -- 2 files changed, 2 deletions(-) mode change 100755 => 100644 radicale.wsgi diff --git a/radicale.wsgi b/radicale.wsgi old mode 100755 new mode 100644 diff --git a/setup.py b/setup.py index d266441..4eeb977 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is part of Radicale - CalDAV and CardDAV server # Copyright © 2009-2017 Guillaume Ayoub # Copyright © 2017-2018 Unrud