From c19f21798e009e5e0147adadd04341f7e862fc3e Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 22 Apr 2024 19:35:56 +0700 Subject: [PATCH] sedbgmux: remove Python shebang and executable flags --- sedbgmux/client.py | 2 -- sedbgmux/io/base.py | 2 -- sedbgmux/io/dump_btpcap.py | 2 -- sedbgmux/io/dump_native.py | 2 -- sedbgmux/io/dump_socat.py | 2 -- sedbgmux/io/modem.py | 2 -- sedbgmux/ping_pong.py | 2 -- 7 files changed, 14 deletions(-) mode change 100755 => 100644 sedbgmux/client.py mode change 100755 => 100644 sedbgmux/ping_pong.py diff --git a/sedbgmux/client.py b/sedbgmux/client.py old mode 100755 new mode 100644 index 2b30900..4451ba4 --- a/sedbgmux/client.py +++ b/sedbgmux/client.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of sedbgmux, an open source DebugMux client. # Copyright (c) 2022-2023 Vadim Yanitskiy # diff --git a/sedbgmux/io/base.py b/sedbgmux/io/base.py index 36a5077..d11b0c8 100644 --- a/sedbgmux/io/base.py +++ b/sedbgmux/io/base.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of sedbgmux, an open source DebugMux client. # Copyright (c) 2022 Vadim Yanitskiy # diff --git a/sedbgmux/io/dump_btpcap.py b/sedbgmux/io/dump_btpcap.py index 63e2435..3d2ecc8 100644 --- a/sedbgmux/io/dump_btpcap.py +++ b/sedbgmux/io/dump_btpcap.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of sedbgmux, an open source DebugMux client. # Copyright (c) 2023 Vadim Yanitskiy # diff --git a/sedbgmux/io/dump_native.py b/sedbgmux/io/dump_native.py index 53a1141..4a3ba0e 100644 --- a/sedbgmux/io/dump_native.py +++ b/sedbgmux/io/dump_native.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of sedbgmux, an open source DebugMux client. # Copyright (c) 2023 Vadim Yanitskiy # diff --git a/sedbgmux/io/dump_socat.py b/sedbgmux/io/dump_socat.py index dd878c8..ee76e3f 100644 --- a/sedbgmux/io/dump_socat.py +++ b/sedbgmux/io/dump_socat.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of sedbgmux, an open source DebugMux client. # Copyright (c) 2023 Vadim Yanitskiy # diff --git a/sedbgmux/io/modem.py b/sedbgmux/io/modem.py index 1a8d984..286eee2 100644 --- a/sedbgmux/io/modem.py +++ b/sedbgmux/io/modem.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of sedbgmux, an open source DebugMux client. # Copyright (c) 2022 Vadim Yanitskiy # diff --git a/sedbgmux/ping_pong.py b/sedbgmux/ping_pong.py old mode 100755 new mode 100644 index 9199295..7f98ab3 --- a/sedbgmux/ping_pong.py +++ b/sedbgmux/ping_pong.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of sedbgmux, an open source DebugMux client. # Copyright (c) 2022-2023 Vadim Yanitskiy #