keystone/keystone/identity/id_generators
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 Add identity mapping capability 2014-07-02 11:29:07 +01:00
sha256.py Replace six iteration methods with standard ones 2016-09-08 18:56:31 +08:00