commit | a3b2272871db9ceacf99324f980f12af716f7b69 | [log] [tgz] |
---|---|---|
author | tushargite96 <tushargite96@gmail.com> | Tue Jul 06 13:06:45 2021 +0530 |
committer | Tushar Trambak Gite <tushargite96@gmail.com> | Mon Feb 07 03:34:13 2022 +0000 |
tree | da2c9c035cb4cf35e9779fbda6e5f7b65f8bc8f3 | |
parent | fc98b2866ec894bce8a79fc647ac601e5c39df49 [diff] |
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