bandit/bandit/cli
M V P Nitesh 693f57faae 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: I5340fa3d71b6fba76e8fcf75f9f30432329023d2
2017-04-04 15:32:55 +05:30
..
__init__.py Move cli modules into their own submodule 2016-01-14 14:20:20 -06:00
baseline.py Trivial fixes based on pylint scan 2016-11-21 13:16:32 -08:00
config_generator.py Replace six.iteritems() with .items() 2017-04-04 15:32:55 +05:30
main.py Replace six.iteritems() with .items() 2017-04-04 15:32:55 +05:30