Changed python to python3 in shebang to ensure that manage.py is always run by python3.
Signed-off-by: Ed Bartosh <[email protected]> --- bitbake/lib/toaster/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/manage.py b/bitbake/lib/toaster/manage.py index ceaa11b..0c7ea50 100755 --- a/bitbake/lib/toaster/manage.py +++ b/bitbake/lib/toaster/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os import sys -- 2.1.4 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
