patman: Handle unicode in _ProjectConfigParser tests
authorSimon Glass <sjg@chromium.org>
Tue, 2 Oct 2018 03:12:33 +0000 (21:12 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Oct 2018 13:34:34 +0000 (07:34 -0600)
commitec9e0f471291233491d1bd213d32bb259821da95
tree5c44359d4e2978b124656a627436af1a679f6456
parent9f8037ea9ca81fc158bc190f7427f329d96ad76c
patman: Handle unicode in _ProjectConfigParser tests

With Python 2.7.15rc1, ConfigParser.SafeConfigParser has unfortunately
started returning unicode, for unknown reasons. Adjust the code to handle
this by converting everything to unicode. We cannot convert things to
ASCII since email addresses may be encoded with UTF-8.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/settings.py