From 6c034c1b8dde09fd5eb72af288de4a17f54723a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 7 Sep 2024 08:02:55 +0200 Subject: [PATCH] Remove the executable bit from `cairo/__init__.py` Remove the undesired executable bit from `cairo/__init__.py`, as the file is not really meant to be executed directly. With the project migrating to meson, the file now started getting installed to site-packages as executable. --- cairo/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 cairo/__init__.py diff --git a/cairo/__init__.py b/cairo/__init__.py old mode 100755 new mode 100644