aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
diff options
context:
space:
mode:
Diffstat (limited to 'pySim')
-rw-r--r--pySim/card_handler.py1
-rw-r--r--pySim/cards.py1
-rw-r--r--pySim/commands.py1
-rw-r--r--pySim/exceptions.py1
-rw-r--r--pySim/transport/__init__.py1
-rw-r--r--pySim/transport/calypso.py1
-rw-r--r--pySim/transport/modem_atcmd.py1
-rw-r--r--pySim/transport/pcsc.py1
-rw-r--r--pySim/transport/serial.py1
-rw-r--r--pySim/ts_31_102.py1
-rw-r--r--pySim/ts_31_103.py1
-rw-r--r--pySim/ts_51_011.py1
-rw-r--r--pySim/utils.py1
13 files changed, 0 insertions, 13 deletions
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