[oe-commits] [bitbake] 35/44: toaster: changed python version in shebang

git at git.openembedded.org git at git.openembedded.org
Mon Jun 13 21:11:23 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit fce79e44a56e389eb636571ffe545900ef5aef7c
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Fri Jun 10 10:59:44 2016 +0300

    toaster: changed python version in shebang
    
    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>
    Signed-off-by: Michael Wood <michael.g.wood at intel.com>
---
 lib/toaster/manage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/manage.py b/lib/toaster/manage.py
index ceaa11b..0c7ea50 100755
--- a/lib/toaster/manage.py
+++ b/lib/toaster/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 import os
 import sys
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list