[Toaster] [PATCH] toaster: changed python version in shebang
Ed Bartosh
ed.bartosh at linux.intel.com
Fri Jun 10 00:59:44 PDT 2016
Changed python to python3 in shebang to ensure that
manage.py is always run by python3.
Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
---
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
More information about the toaster
mailing list