api-site/firstapp/samples/openstacksdk
yanghuichan b8e483bb60 Replace dict.itervalues() with dict.values()
1.As mentioned in [1], we should avoid using six.itervalues
  to achieve iterators. We can use dict.values instead,
  as it will return iterators in PY3 as well.
  And dict.values will more readable.
2.In py2, the performance about list should be negligible,
  see the link [2].

[1] https://wiki.openstack.org/wiki/Python3#Common_patterns
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I27d3b04df19b964fe83e30ee383fcc1399dae3c3
2017-08-04 15:31:18 +08:00
..
getting_started.py Replace dict.itervalues() with dict.values() 2017-08-04 15:31:18 +08:00
introduction.py Replace dict.itervalues() with dict.values() 2017-08-04 15:31:18 +08:00