Change unicode() --> six.text_type() for Python 3 (#17225)
authorcclauss <cclauss@bluewin.ch>
Thu, 8 Mar 2018 07:25:05 +0000 (08:25 +0100)
committerGunhan Gulsoy <gunan@google.com>
Thu, 8 Mar 2018 07:25:05 +0000 (23:25 -0800)
commit9cd677c093315294eb1aa79472422616e04e63b9
tree69bb007fda66a1f38007144166cfdc1284ca8248
parent74fc896ff4e78d0bfad810e0716cf78845bae36c
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).
tensorflow/tools/test/upload_test_benchmarks.py