[oe-commits] [bitbake] 02/03: bitbake: lib: Cleanup /usr/bin/env python

git at git.openembedded.org git at git.openembedded.org
Thu Jun 27 11:33:52 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit cc712f3257904960247a7532cfc4611f3dccd36c
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Jun 27 14:59:47 2019 +0800

    bitbake: lib: Cleanup /usr/bin/env python
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/cooker.py                     | 1 -
 lib/bb/cookerdata.py                 | 1 -
 lib/bb/main.py                       | 1 -
 lib/bb/monitordisk.py                | 1 -
 lib/bb/namedtuple_with_abc.py        | 1 -
 lib/bb/parse/parse_py/BBHandler.py   | 1 -
 lib/bb/parse/parse_py/ConfHandler.py | 1 -
 lib/bb/parse/parse_py/__init__.py    | 1 -
 lib/bb/runqueue.py                   | 1 -
 lib/bb/taskdata.py                   | 1 -
 lib/pyinotify.py                     | 3 +--
 11 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 0008c2f..b4851e1 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
diff --git a/lib/bb/cookerdata.py b/lib/bb/cookerdata.py
index 842275d..e64c6c5 100644
--- a/lib/bb/cookerdata.py
+++ b/lib/bb/cookerdata.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
diff --git a/lib/bb/main.py b/lib/bb/main.py
index ca59eb9..bd11619 100755
--- a/lib/bb/main.py
+++ b/lib/bb/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
diff --git a/lib/bb/monitordisk.py b/lib/bb/monitordisk.py
index 69b25c7..1a25b00 100644
--- a/lib/bb/monitordisk.py
+++ b/lib/bb/monitordisk.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # Copyright (C) 2012 Robert Yang
 #
diff --git a/lib/bb/namedtuple_with_abc.py b/lib/bb/namedtuple_with_abc.py
index c8e1d55..646aed6 100644
--- a/lib/bb/namedtuple_with_abc.py
+++ b/lib/bb/namedtuple_with_abc.py
@@ -1,5 +1,4 @@
 # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/
-#!/usr/bin/env python
 # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License.
 #
 # SPDX-License-Identifier: MIT
diff --git a/lib/bb/parse/parse_py/BBHandler.py b/lib/bb/parse/parse_py/BBHandler.py
index 889f230..6f7cf82 100644
--- a/lib/bb/parse/parse_py/BBHandler.py
+++ b/lib/bb/parse/parse_py/BBHandler.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
    class for handling .bb files
 
diff --git a/lib/bb/parse/parse_py/ConfHandler.py b/lib/bb/parse/parse_py/ConfHandler.py
index 71bf61b..2e84b91 100644
--- a/lib/bb/parse/parse_py/ConfHandler.py
+++ b/lib/bb/parse/parse_py/ConfHandler.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
    class for handling configuration data files
 
diff --git a/lib/bb/parse/parse_py/__init__.py b/lib/bb/parse/parse_py/__init__.py
index cdebe44..f508afa 100644
--- a/lib/bb/parse/parse_py/__init__.py
+++ b/lib/bb/parse/parse_py/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
 BitBake Parsers
 
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 010b085..58707db 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
 BitBake 'RunQueue' implementation
 
diff --git a/lib/bb/taskdata.py b/lib/bb/taskdata.py
index d13bd7c..8c25e09 100644
--- a/lib/bb/taskdata.py
+++ b/lib/bb/taskdata.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
 BitBake 'TaskData' implementation
 
diff --git a/lib/pyinotify.py b/lib/pyinotify.py
index 9dcfd0d..1528a22 100644
--- a/lib/pyinotify.py
+++ b/lib/pyinotify.py
@@ -1,5 +1,4 @@
-#!/usr/bin/env python
-
+#
 # pyinotify.py - python interface to inotify
 # Copyright (c) 2005-2015 Sebastien Martini <seb at dbzteam.org>
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list