2
0
Raphaël Hertzog 8a828b506e Use items() method instead of iteritems() for Python 3 compatibility
In Python 3, dict.items() is already an iterator while dict.iteritems() no
longer exits. In Python 2, dict.items() is not an iterator but it works
and the small performance hit doesn't really matter for the salt config
pillar data which is really small.
2014-12-23 17:42:43 +01:00
2013-07-27 23:33:47 +02:00
Description
Languages
SaltStack 56.5%
Ruby 16%
Jinja 15.3%
JavaScript 8.5%
Shell 3.7%