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