commit | 303f62f16ad5502e93e0f5e2c3e5ce63ec3be2bb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:46 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 96e378365de845827a346236e1415d63a9b064ad | |
parent | 4277543afc642504481b6bbb2439676c27592b7b [diff] |
binman: Convert to use bytes type With Python 3 we want to use the 'bytes' type instead of 'str'. Adjust the code accordingly so that it works on both Python 2 and Python 3. Signed-off-by: Simon Glass <sjg@chromium.org>