diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-06-27 14:59:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-28 13:29:04 +0100 |
commit | 13377665215630c913b819718adc823528f8da3e (patch) | |
tree | 2ec6a0d933ee6ba67d87a9cd4812705910b3389a /bitbake/lib/toaster/tests/functional/functional_helpers.py | |
parent | 516179999364316cce69c4f1699b0cd2420d9a1c (diff) | |
download | poky-13377665215630c913b819718adc823528f8da3e.tar.gz |
bitbake: bitbake: toaster:tests: python -> python3
(Bitbake rev: 683c24788d96176699a585055eb62d8a71830a12)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/tests/functional/functional_helpers.py')
-rw-r--r-- | bitbake/lib/toaster/tests/functional/functional_helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/functional/functional_helpers.py b/bitbake/lib/toaster/tests/functional/functional_helpers.py index 6a3f74baae..455c408e94 100644 --- a/bitbake/lib/toaster/tests/functional/functional_helpers.py +++ b/bitbake/lib/toaster/tests/functional/functional_helpers.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster functional tests implementation | 3 | # BitBake Toaster functional tests implementation |
4 | # | 4 | # |