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
This commit is contained in:
Arundhati Surpur 2017-08-23 15:25:05 +05:30 committed by Gerrit Code Review
parent f93b94baec
commit 935cacf530
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fee539e9ad125e1d55af8f1f34815f5d851ce4dd
Subproject commit 5d1caeb37fbd7f55e8fbd89e3db49eacef74828f