From 6d5e0c9272e089ad73895c441bea26e3d6fa921e Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 1 Mar 2021 17:23:13 +0100 Subject: Remove Python shebang from files where it's not needed Change-Id: I1d08544c37f50416acf8dc30139c572c029790d0 --- pySim/commands.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pySim/commands.py') 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 -- cgit v1.2.3