summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/commands/test_runbuilds.py
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-06-27 14:59:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-28 13:29:04 +0100
commit13377665215630c913b819718adc823528f8da3e (patch)
tree2ec6a0d933ee6ba67d87a9cd4812705910b3389a /bitbake/lib/toaster/tests/commands/test_runbuilds.py
parent516179999364316cce69c4f1699b0cd2420d9a1c (diff)
downloadpoky-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/commands/test_runbuilds.py')
-rw-r--r--bitbake/lib/toaster/tests/commands/test_runbuilds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/commands/test_runbuilds.py b/bitbake/lib/toaster/tests/commands/test_runbuilds.py
index 29bc7c9005..e223b95fcb 100644
--- a/bitbake/lib/toaster/tests/commands/test_runbuilds.py
+++ b/bitbake/lib/toaster/tests/commands/test_runbuilds.py
@@ -1,4 +1,4 @@
1#! /usr/bin/env python 1#! /usr/bin/env python3
2# 2#
3# BitBake Toaster Implementation 3# BitBake Toaster Implementation
4# 4#