Dropping explicit unicode literal

In python 3, all strings are considered as unicode string.

This patch drops the explicit unicode literal (u'...')
or (u"..") appearances from the unicode strings.

Change-Id: Ied40f6e4fefc66f847fed7e934d53ccb64be8dd4
1 file changed