2
0
salt-formula/salt/files/minion.d
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
..
_defaults.conf Use items() method instead of iteritems() for Python 3 compatibility 2014-12-23 17:42:43 +01:00