commit | 4f81789b744eec32775232de0921b7f091c1f522 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 14 15:53:53 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 5555060fd0cf542f381345aa2e8bbd34ca8ffe4d | |
parent | aa82db6a7960ab4332ee21dce58591cd7c2edfe6 [diff] |
patman: Adjust functional tests for Python 3 Change the code so that it works on both Python 2 and Python 3. This works by using unicode instead of latin1 for the test input, and ensuring that the output is converted to a string rather than a unicode object on Python 2. Signed-off-by: Simon Glass <sjg@chromium.org>