commit | 513eace47d63161cabfd3cce82f3e075525b164a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 14 15:53:50 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 912b530a6efc46823f3e2f6e9894b0a5cb09e386 | |
parent | ade1e3864f1508ad0ccbce72a39d815c2d7d7c87 [diff] |
patman: Move unicode helpers to tools Create helper functions in the tools module to deal with the differences between unicode in Python 2 (where we use the 'unicode' type) and Python 3 (where we use the 'str' type). Signed-off-by: Simon Glass <sjg@chromium.org>