From 792c0d519fdd924ea989ccf64e7e246eda857f1e Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 24 Apr 2018 08:08:46 +0200 Subject: [PATCH 1/2] all: drop exec bit and shebang from Python modules Only the executables are supposed to possess those. --- build-aux/mbim-codegen/Message.py | 1 - build-aux/mbim-codegen/ObjectList.py | 1 - build-aux/mbim-codegen/Struct.py | 1 - build-aux/mbim-codegen/utils.py | 1 - 4 files changed, 4 deletions(-) diff --git a/build-aux/mbim-codegen/Message.py b/build-aux/mbim-codegen/Message.py index a8f1369..5273e88 100644 --- a/build-aux/mbim-codegen/Message.py +++ b/build-aux/mbim-codegen/Message.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # This program is free software; you can redistribute it and/or modify it under diff --git a/build-aux/mbim-codegen/ObjectList.py b/build-aux/mbim-codegen/ObjectList.py index 386a0f5..a23fc07 100644 --- a/build-aux/mbim-codegen/ObjectList.py +++ b/build-aux/mbim-codegen/ObjectList.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # This program is free software; you can redistribute it and/or modify it under diff --git a/build-aux/mbim-codegen/Struct.py b/build-aux/mbim-codegen/Struct.py index 84570de..3e2d2e9 100644 --- a/build-aux/mbim-codegen/Struct.py +++ b/build-aux/mbim-codegen/Struct.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- Mode: python; tab-width: 4; indent-tabs-mode: nil -*- # # This program is free software; you can redistribute it and/or modify it under diff --git a/build-aux/mbim-codegen/utils.py b/build-aux/mbim-codegen/utils.py index 46ec902..0622eb3 100644 --- a/build-aux/mbim-codegen/utils.py +++ b/build-aux/mbim-codegen/utils.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # This program is free software; you can redistribute it and/or modify it under -- 2.14.3