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: Idaa6449fedca8e3d2f0711fe36e72deaff41c05e
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>