Change in pysim[master]: Remove Python shebang from files where it's not needed

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Mar 1 19:36:40 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/23164 )

Change subject: Remove Python shebang from files where it's not needed
......................................................................

Remove Python shebang from files where it's not needed

Change-Id: I1d08544c37f50416acf8dc30139c572c029790d0
---
M pySim/card_handler.py
M pySim/cards.py
M pySim/commands.py
M pySim/exceptions.py
M pySim/transport/__init__.py
M pySim/transport/calypso.py
M pySim/transport/modem_atcmd.py
M pySim/transport/pcsc.py
M pySim/transport/serial.py
M pySim/ts_31_102.py
M pySim/ts_31_103.py
M pySim/ts_51_011.py
M pySim/utils.py
13 files changed, 0 insertions(+), 13 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/pySim/card_handler.py b/pySim/card_handler.py
index eaa838b..9beab51 100644
--- a/pySim/card_handler.py
+++ b/pySim/card_handler.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 """ pySim: card handler utilities
diff --git a/pySim/cards.py b/pySim/cards.py
index 850d084..41dd179 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: Card programmation logic
diff --git a/pySim/commands.py b/pySim/commands.py
index 7b8ebec..327de57 100644
--- a/pySim/commands.py
+++ b/pySim/commands.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: SIM Card commands according to ISO 7816-4 and TS 11.11
diff --git a/pySim/exceptions.py b/pySim/exceptions.py
index 68303e1..c0cf1e7 100644
--- a/pySim/exceptions.py
+++ b/pySim/exceptions.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: Exceptions
diff --git a/pySim/transport/__init__.py b/pySim/transport/__init__.py
index 69e2fe9..8e009ee 100644
--- a/pySim/transport/__init__.py
+++ b/pySim/transport/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: PCSC reader transport link base
diff --git a/pySim/transport/calypso.py b/pySim/transport/calypso.py
index fd501b5..fd2e110 100644
--- a/pySim/transport/calypso.py
+++ b/pySim/transport/calypso.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: Transport Link for Calypso bases phones
diff --git a/pySim/transport/modem_atcmd.py b/pySim/transport/modem_atcmd.py
index 742ae8d..ccf608c 100644
--- a/pySim/transport/modem_atcmd.py
+++ b/pySim/transport/modem_atcmd.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: Transport Link for 3GPP TS 27.007 compliant modems
diff --git a/pySim/transport/pcsc.py b/pySim/transport/pcsc.py
index 7b50869..fadf6f9 100644
--- a/pySim/transport/pcsc.py
+++ b/pySim/transport/pcsc.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: PCSC reader transport link
diff --git a/pySim/transport/serial.py b/pySim/transport/serial.py
index 7785b4a..11104b1 100644
--- a/pySim/transport/serial.py
+++ b/pySim/transport/serial.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: Transport Link for serial (RS232) based readers included with simcard
diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 8979d49..e7f27b0 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
diff --git a/pySim/ts_31_103.py b/pySim/ts_31_103.py
index d48ff97..d9b771d 100644
--- a/pySim/ts_31_103.py
+++ b/pySim/ts_31_103.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """
diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py
index 8b73f02..ef40ba1 100644
--- a/pySim/ts_51_011.py
+++ b/pySim/ts_51_011.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ Various constants from ETSI TS 151.011
diff --git a/pySim/utils.py b/pySim/utils.py
index 67bfa74..1373551 100644
--- a/pySim/utils.py
+++ b/pySim/utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 """ pySim: various utilities

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/23164
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I1d08544c37f50416acf8dc30139c572c029790d0
Gerrit-Change-Number: 23164
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210301/9c15198a/attachment.htm>


More information about the gerrit-log mailing list