deb-murano/murano/policy
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
..
modify Replace six iteration methods with standard ones 2016-12-01 16:07:09 +08:00
__init__.py Initial implementation of policy enforcement point 2015-01-26 16:11:57 +01:00
congress_rules.py Replace six iteration methods with standard ones 2016-12-01 16:07:09 +08:00
model_policy_enforcer.py TrivialFix: Remove cfg import unused 2016-08-29 09:35:14 +07:00