commit | 2f28bf538cf8f05d28dba613c884faccd8cc2517 | [log] [tgz] |
---|---|---|
author | Punit Vara <punit.vara@intel.com> | Thu Jun 08 14:40:48 2017 +0530 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Jun 09 18:52:03 2017 -0400 |
tree | f918de242e447369a8a042152b109e0a1fcb048d | |
parent | 0eb078b737b91c73a8a5b8355004c67d4f2e817e [diff] |
scripts: convert helper scripts to python3 This patch ports helper scripts from python2 to python3 with following changes: - print should be used with () in python3 - resolved bytes-like object is required, not 'str' - added python3 header ZEP-2054 Signed-off-by: punit vara <punit.vara@intel.com>