From e01a90730d0b239e32a0659e9e7bc5843f643cc7 Mon Sep 17 00:00:00 2001 From: Zuul Date: Sun, 7 Mar 2021 15:40:33 +0000 Subject: [PATCH] Update git submodules * Update kuryr from branch 'master' to 2a035eb153feed1073a525c7952ca1eab7e33bfb - Merge "remove unicode from code" - remove unicode from code In Python 3, all strings are represented in Unicode.In Python 2 are stored internally as 8-bit ASCII, hence it is required to attach 'u' to make it Unicode. It is no longer necessary now.' Change-Id: I5f761b1d4bd04345bb339d251b8de95817a76cce --- kuryr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr b/kuryr index f973749816..2a035eb153 160000 --- a/kuryr +++ b/kuryr @@ -1 +1 @@ -Subproject commit f9737498168abe81b442649a296e85198d96e29a +Subproject commit 2a035eb153feed1073a525c7952ca1eab7e33bfb