From e232a840e688926e8e5bdb4ce1df373ad7dc160e Mon Sep 17 00:00:00 2001 From: mitshell Date: Fri, 2 Mar 2018 00:19:43 +0100 Subject: [PATCH] tools: remove BOM encoding --- tools/pycrate_asn1compile.py | 2 +- tools/pycrate_berdecode.py | 2 +- tools/pycrate_showmedia.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/pycrate_asn1compile.py b/tools/pycrate_asn1compile.py index d8a7384..ff78a7e 100644 --- a/tools/pycrate_asn1compile.py +++ b/tools/pycrate_asn1compile.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python # -*- coding: UTF-8 -*- #/** diff --git a/tools/pycrate_berdecode.py b/tools/pycrate_berdecode.py index 518c9ed..86e9b19 100644 --- a/tools/pycrate_berdecode.py +++ b/tools/pycrate_berdecode.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python # -*- coding: UTF-8 -*- #/** diff --git a/tools/pycrate_showmedia.py b/tools/pycrate_showmedia.py index 4bafa57..c5e49f9 100644 --- a/tools/pycrate_showmedia.py +++ b/tools/pycrate_showmedia.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python # -*- coding: UTF-8 -*- #/**