
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: Ieb29486c99400b4a10ce642cb3adc83f5e4420f6
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: Ieb29486c99400b4a10ce642cb3adc83f5e4420f6