bitbake: bitbake: lib: Cleanup /usr/bin/env python

(Bitbake rev: cc712f3257904960247a7532cfc4611f3dccd36c)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2019-06-27 14:59:47 +08:00 committed by Richard Purdie
parent d8551bd029
commit 5161799993
11 changed files with 1 additions and 12 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# Copyright (C) 2003, 2004 Chris Larson
# Copyright (C) 2003, 2004 Phil Blundell

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# Copyright (C) 2003, 2004 Chris Larson
# Copyright (C) 2003, 2004 Phil Blundell

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# Copyright (C) 2003, 2004 Chris Larson
# Copyright (C) 2003, 2004 Phil Blundell

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# Copyright (C) 2012 Robert Yang
#

View File

@ -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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
class for handling .bb files

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
class for handling configuration data files

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
BitBake Parsers

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
BitBake 'RunQueue' implementation

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
BitBake 'TaskData' implementation

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
#
# pyinotify.py - python interface to inotify
# Copyright (c) 2005-2015 Sebastien Martini <seb@dbzteam.org>
#