[gnome-continuous-yocto/gnomeostree-3.28-rocko: 912/8267] bitbake: toaster: changed python version in shebang



commit eb634f9e13ade09b4fc7d69801f4d9e21ef03db1
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Fri Jun 10 10:59:44 2016 +0300

    bitbake: toaster: changed python version in shebang
    
    Changed python to python3 in shebang to ensure that
    manage.py is always run by python3.
    
    (Bitbake rev: 3638b8e5390c36076e14c181e955505750031571)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Michael Wood <michael g wood intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/lib/toaster/manage.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]