From 50e0e529e0da2b318dd576a2505b7d0edbdcf534 Mon Sep 17 00:00:00 2001 From: zhanghao Date: Thu, 14 May 2020 02:03:50 -0400 Subject: [PATCH] Update git submodules * Update python-neutronclient from branch 'master' - Remove usage of six With python3.x, classes can use 'metaclass=' instead of 'six.add_metaclass', 'six.iteritems' and 'six.iterkeys' can be replaced by 'items' and 'keys', 'six.moves.urllib.parse' can be replaced by 'urllib.parse', 'six.StringIO' and 'six.moves.cStringIO' can be replaced by 'io.StringIO', 'six.text_type' and 'six.string_type' are just 'str'. Change-Id: I357968c6a1932856b1600f6c191966bc90cbc258 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 85ef7b7108..3cfa54fa56 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 85ef7b7108ffe491749b52f9ffccade1e2a66164 +Subproject commit 3cfa54fa56674362ffbbbd3199e6be3c0e4ffbb9