All strings are considered as unicode string from Python 3.
This patch drops the explicit unicode literal (u'...')
appearances from the unicode strings.
Change-Id: I4a3b5d8272d9dd3594218574d20de90a789ccc20
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>