Change unicode() --> six.text_type() for Python 3 (#17225)
__unicode()__ was removed in Python 3 because all str are Unicode so this PR changes four calls to __unicode()__ into calls to [__six.text_type()__](http://six.readthedocs.io/#six.text_type).
Loading
Please sign in to comment