From: Ed Bartosh Date: Fri, 10 Jun 2016 07:59:44 +0000 (+0300) Subject: toaster: changed python version in shebang X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3638b8e5390c36076e14c181e955505750031571;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Michael Wood --- diff --git a/lib/toaster/manage.py b/lib/toaster/manage.py index ceaa11bfc5d..0c7ea50882d 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