The unicode() built-in does not exist under Python 3 so use six.text_type, which is set correctly to str or unicode, instead. Change-Id: I22265e35c04be2fa663b63aac208f7894588d629 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
The unicode() built-in does not exist under Python 3 so use six.text_type, which is set correctly to str or unicode, instead. Change-Id: I22265e35c04be2fa663b63aac208f7894588d629 Signed-off-by: Doug Hellmann <doug@doughellmann.com>