commit | c7845314f5602c5d7e074944fa7a391bf2de2fdd | [log] [tgz] |
---|---|---|
author | songwenping <songwenping@inspur.com> | Mon Jan 04 02:57:38 2021 +0000 |
committer | Wenping Song <songwenping@inspur.com> | Fri Apr 02 08:49:22 2021 +0000 |
tree | d00befb7ba1003f9ce9fda235b770972fa3d234e | |
parent | 7e96c8e854386f43604ad098a6ec7606ee676145 [diff] |
Remove unicode from code 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: I64af1c7c7415cd4ab99b6a913fb84fecbc0a3bf1