From db20710916a57edbb80b7cbf43e3191a2812a7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartolom=C3=A9=20S=C3=A1nchez=20Salado?= Date: Sun, 24 Nov 2024 22:49:31 +0100 Subject: [PATCH] ref: remove shebang from non-executable files --- src/api/fp.py | 2 -- src/arch/z80/__init__.py | 1 - src/arch/zx48k/__init__.py | 1 - src/arch/zxnext/__init__.py | 1 - src/zxbc/keywords.py | 1 - src/zxbpp/base_pplex.py | 2 -- tests/functional/test_.py | 1 - tests/functional/test_asm.py | 2 -- tests/functional/test_basic.py | 2 -- tests/functional/test_prepro.py | 2 -- 10 files changed, 15 deletions(-) mode change 100755 => 100644 src/api/fp.py mode change 100755 => 100644 src/arch/z80/__init__.py mode change 100755 => 100644 src/arch/zx48k/__init__.py mode change 100755 => 100644 src/arch/zxnext/__init__.py mode change 100755 => 100644 src/zxbc/keywords.py mode change 100755 => 100644 src/zxbpp/base_pplex.py mode change 100755 => 100644 tests/functional/test_.py mode change 100755 => 100644 tests/functional/test_asm.py mode change 100755 => 100644 tests/functional/test_basic.py mode change 100755 => 100644 tests/functional/test_prepro.py diff --git a/src/api/fp.py b/src/api/fp.py old mode 100755 new mode 100644 index 403b1d14e..478271000 --- a/src/api/fp.py +++ b/src/api/fp.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # Floating point converter diff --git a/src/arch/z80/__init__.py b/src/arch/z80/__init__.py old mode 100755 new mode 100644 index e7e45417e..cf8aa5da1 --- a/src/arch/z80/__init__.py +++ b/src/arch/z80/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim:ts=4:et:sw=4: import src.api.global_ diff --git a/src/arch/zx48k/__init__.py b/src/arch/zx48k/__init__.py old mode 100755 new mode 100644 index 2a4f6b27d..86bacdde5 --- a/src/arch/zx48k/__init__.py +++ b/src/arch/zx48k/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim:ts=4:et:sw=4: import src.api.global_ diff --git a/src/arch/zxnext/__init__.py b/src/arch/zxnext/__init__.py old mode 100755 new mode 100644 index 884f53a11..130ba4bc7 --- a/src/arch/zxnext/__init__.py +++ b/src/arch/zxnext/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim:ts=4:et:sw=4: import src.api.global_ diff --git a/src/zxbc/keywords.py b/src/zxbc/keywords.py old mode 100755 new mode 100644 index 14d960d4e..e73bd1490 --- a/src/zxbc/keywords.py +++ b/src/zxbc/keywords.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # vim:ts=4:et:sw=4 # ---------------------------------------------------------------------- diff --git a/src/zxbpp/base_pplex.py b/src/zxbpp/base_pplex.py old mode 100755 new mode 100644 index 28f390312..274f474a0 --- a/src/zxbpp/base_pplex.py +++ b/src/zxbpp/base_pplex.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 - # ---------------------------------------------------------------------- # Copyleft (K), Jose M. Rodriguez-Rosa (a.k.a. Boriel) # diff --git a/tests/functional/test_.py b/tests/functional/test_.py old mode 100755 new mode 100644 index 9ccb8ebc1..ea879fa57 --- a/tests/functional/test_.py +++ b/tests/functional/test_.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # vim:ts=4:et:ai import os diff --git a/tests/functional/test_asm.py b/tests/functional/test_asm.py old mode 100755 new mode 100644 index a5977f8b1..af6eb8a14 --- a/tests/functional/test_asm.py +++ b/tests/functional/test_asm.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import os import sys diff --git a/tests/functional/test_basic.py b/tests/functional/test_basic.py old mode 100755 new mode 100644 index 516f7caa4..0a8029817 --- a/tests/functional/test_basic.py +++ b/tests/functional/test_basic.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import glob import os import sys diff --git a/tests/functional/test_prepro.py b/tests/functional/test_prepro.py old mode 100755 new mode 100644 index 93e028f67..c5e2f06eb --- a/tests/functional/test_prepro.py +++ b/tests/functional/test_prepro.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import os import sys