diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2019-06-27 14:59:47 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-28 13:29:04 +0100 |
| commit | 516179999364316cce69c4f1699b0cd2420d9a1c (patch) | |
| tree | ecf71d59581efb5275e9dd62c0dceb9b96cec395 /bitbake/lib/bb/parse/parse_py | |
| parent | d8551bd029687106dfd3b86a01dab7888e6a8bc2 (diff) | |
| download | poky-516179999364316cce69c4f1699b0cd2420d9a1c.tar.gz | |
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>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py')
| -rw-r--r-- | bitbake/lib/bb/parse/parse_py/BBHandler.py | 1 | ||||
| -rw-r--r-- | bitbake/lib/bb/parse/parse_py/ConfHandler.py | 1 | ||||
| -rw-r--r-- | bitbake/lib/bb/parse/parse_py/__init__.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py index 889f230f79..6f7cf82b25 100644 --- a/bitbake/lib/bb/parse/parse_py/BBHandler.py +++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | #!/usr/bin/env python | ||
| 2 | """ | 1 | """ |
| 3 | class for handling .bb files | 2 | class for handling .bb files |
| 4 | 3 | ||
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py index 71bf61b761..2e84b913d8 100644 --- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py +++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | #!/usr/bin/env python | ||
| 2 | """ | 1 | """ |
| 3 | class for handling configuration data files | 2 | class for handling configuration data files |
| 4 | 3 | ||
diff --git a/bitbake/lib/bb/parse/parse_py/__init__.py b/bitbake/lib/bb/parse/parse_py/__init__.py index cdebe440dd..f508afa14e 100644 --- a/bitbake/lib/bb/parse/parse_py/__init__.py +++ b/bitbake/lib/bb/parse/parse_py/__init__.py | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | #!/usr/bin/env python | ||
| 2 | """ | 1 | """ |
| 3 | BitBake Parsers | 2 | BitBake Parsers |
| 4 | 3 | ||
