aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2020-10-19 10:32:34 +0200
committerDaniel Willmann <daniel@totalueberwachung.de>2020-10-19 10:32:34 +0200
commitde07b95f84df184c4dc5fb9b4fb8c2d99f3673c3 (patch)
treeffc59e5ec9db8237e6c1a5f7eb4ad0c17b77bc58 /pySim
parent4a3580b4c17e286f0613febf9d8d3594734ed6a0 (diff)
Fix invocation python2 -> python3
Diffstat (limited to 'pySim')
-rw-r--r--pySim/card_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim/card_handler.py b/pySim/card_handler.py
index bb33833..eaa838b 100644
--- a/pySim/card_handler.py
+++ b/pySim/card_handler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" pySim: card handler utilities