keystone/keystone/tests/hacking
Lu lei e7b845cca9 Replace six iteration methods with standard ones
1.As mentioned in [1], we should avoid using six.iterXXX
to achieve iterators. We can use dict.XXX instead, as it will
return iterators in PY3 as well.

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: I8ca16e539d3bd1ef9ac685f1852a2f5e745f8731
2016-09-08 18:56:31 +08:00
..
__init__.py Moves keystone.hacking into keystone.tests 2015-07-17 06:17:30 +00:00
checks.py Replace six iteration methods with standard ones 2016-09-08 18:56:31 +08:00