commit 9693988462cfa4ade63d9eab9d9653d435968752 Author: Zuul Date: Fri Oct 9 19:37:48 2020 +0000 Update git submodules * Update python-openstackclient from branch 'master' - Merge "Remove usage of six" - 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: I84848c0bf8ab3c36dd821141191e2725e4e3b58b diff --git a/python-openstackclient b/python-openstackclient index 960004d..a48c05b 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 960004dcc733e88841d372e160b9e43669796c80 +Subproject commit a48c05b90a376ce33e2f0a2d321b8c851a6ef0b0