deb-mistral/mistral/utils
Spencer Yu 3b1ed4ec3e 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: Iff88f55dc51981ce502d7d3e67c467242980f20c
2016-12-16 08:24:10 -08:00
..
openstack Handle region_name in openstack actions 2016-11-08 15:30:00 +01:00
__init__.py Replace six.iteritems() with .items() 2016-12-16 08:24:10 -08:00
expression_utils.py Yaql Tasks Function 2016-11-30 15:49:08 +00:00
filter_utils.py Replace six.iteritems() with .items() 2016-12-16 08:24:10 -08:00
inspect_utils.py Update get_arg_list_as_str to skip func params 2016-05-21 12:54:28 -04:00
javascript.py Fix config import in javascript action module 2016-11-21 15:53:41 +07:00
profiler.py Replace six.iteritems() with .items() 2016-12-16 08:24:10 -08:00
rest_utils.py Fix possible DB race conditions in REST controller 2016-11-15 14:26:01 +01:00
rpc_utils.py Make mistral work with amqp and zmq backends 2016-08-08 17:22:36 +02:00
serializers.py Fix for not working 'run-action' on kombu driver 2016-08-24 17:26:10 +02:00
ssh_utils.py Fixing SSH actions to use names of private keys 2015-10-22 16:30:54 +03:00
wf_trace.py Drop use of 'oslo' namespace package 2015-06-22 20:02:59 +00:00