commit | 885fd8a9e1609e469e502e0b1902e8bb591bc6f4 | [log] [tgz] |
---|---|---|
author | Ivan Anfimov <lazekteam@gmail.com> | Fri Jul 04 16:57:31 2025 +0000 |
committer | Ivan Anfimov <lazekteam@gmail.com> | Tue Jul 08 16:19:04 2025 +0000 |
tree | 50c2c7c14126eeb2779a866a110c6a73804ce0c3 | |
parent | ff055a60ad38063826e0169d6b346f4a573e92cd [diff] |
Remove unicode prefix from code 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: Ie62a19689529eb2de94096e5f757bfcfbe372040 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>