Signed-off-by: Aníbal Limón <[email protected]> --- toaster/toaster.py | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/toaster/toaster.py b/toaster/toaster.py index d3c5fff..9f477cb 100755 --- a/toaster/toaster.py +++ b/toaster/toaster.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import unittest, time, re, sys, getopt, os, logging, string, errno, exceptions import shutil, argparse, ConfigParser, platform -- 2.1.4 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
