From 935cacf53048042a835ac126fd28844671de9868 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Wed, 23 Aug 2017 15:25:05 +0530 Subject: [PATCH] Update git submodules * Update python-adjutantclient from branch 'master' - Replace six.iteritems() with .items() 1.As mentioned in [1], we should avoid using six.iteritems to achieve iterators. We can use dict.items instead, as it will return iterators in PY3 as well. And dict.items/keys will more readable. 2.In py2, the performance about list should be negligible, see the link [2]. [1] https://wiki.openstack.org/wiki/Python3 [2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Change-Id: I9cf36db9e18d02238ebbfa6962f0ac76d694a43a --- python-adjutantclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-adjutantclient b/python-adjutantclient index fee539e9ad..5d1caeb37f 160000 --- a/python-adjutantclient +++ b/python-adjutantclient @@ -1 +1 @@ -Subproject commit fee539e9ad125e1d55af8f1f34815f5d851ce4dd +Subproject commit 5d1caeb37fbd7f55e8fbd89e3db49eacef74828f