From 13377665215630c913b819718adc823528f8da3e Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 27 Jun 2019 14:59:48 +0800 Subject: bitbake: bitbake: toaster:tests: python -> python3 (Bitbake rev: 683c24788d96176699a585055eb62d8a71830a12) Signed-off-by: Richard Purdie --- bitbake/lib/toaster/tests/commands/test_runbuilds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/tests/commands/test_runbuilds.py') 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 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # # BitBake Toaster Implementation # -- cgit v1.2.3-54-g00ecf