murano/murano
LiuNanke 2506030cf1 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: If90a56fad941e4bb55da1e9f14a8133983efc027
2016-12-01 16:07:09 +08:00
..
api Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
cfapi Fix typo and make docstring more clear 2016-10-04 15:29:16 +07:00
cmd Revert "Update devstack keystone_authtoken config to fit with keystone v3" 2016-11-23 15:52:01 +00:00
common Replace six iteration methods with standard ones 2016-12-01 16:07:09 +08:00
db Merge "Fix syntax errors of the comments" 2016-11-30 15:35:41 +00:00
dsl Merge "Ability to retrieve current/owner user/project" 2016-11-26 04:48:32 +00:00
engine Replace six iteration methods with standard ones 2016-12-01 16:07:09 +08:00
hacking Add hacking rule for using assertIsNone instead of assertEqual(None,***) 2016-09-27 02:35:50 +00:00
locale/ru/LC_MESSAGES Remove pot files 2016-08-24 08:33:33 +02:00
packages Merge "Fix copying file before checking it exists in hot package." 2016-09-30 05:22:35 +00:00
policy Replace six iteration methods with standard ones 2016-12-01 16:07:09 +08:00
services Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
tests Always declare agent RabbitMQ queues 2016-11-28 20:29:09 +00:00
__init__.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00
context.py 'GetPackageUI' API can now be called even if Glare is used 2016-04-08 15:27:10 +00:00
opts.py Make service broker work with GLARE again. 2016-08-05 14:34:39 +03:00
utils.py Use method ensure_tree from oslo.utils 2016-11-14 19:45:48 +08:00
version.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00