commit | 8bb7a7a7f389aa8f00c3ecebd467f522883a6b33 | [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 | 68475f989999eeaf2049bee43105d09aa391963c [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>