summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-04-24 08:08:46 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-04-24 18:14:38 +0200
commit86e8e8cdd65a8a7b5bb40b04068358dc8ee5473f (patch)
treef780abe7e2c9450d2ca186ff47e5d47905caefab
parentb2af1edd5c813c8b09491cbb09f4c38f0f00ff2e (diff)
downloadlibmbim-86e8e8cdd65a8a7b5bb40b04068358dc8ee5473f.tar.gz
all: drop exec bit and shebang from Python modules
Only the executables are supposed to possess those.
-rw-r--r--build-aux/mbim-codegen/Message.py1
-rw-r--r--build-aux/mbim-codegen/ObjectList.py1
-rw-r--r--build-aux/mbim-codegen/Struct.py1
-rw-r--r--build-aux/mbim-codegen/utils.py1
4 files changed, 0 insertions, 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