You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
Marius Gedminas 823677b490 Replace .iteritems() with six.iteritems()
Replace .iteritems() with six.iteritems() everywhere except in
module_utils (because there's no 'six' on the remote host).  And except
in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure
six is available there.
9 years ago
..
errors
executor Fix unit tests broken by 057712c1 9 years ago
inventory_test_data/group_vars
mock
module_utils Use 0oNNN octal syntax in test/ 9 years ago
parsing
playbook Merge pull request #12202 from mgedmin/py3k 9 years ago
plugins
template Fix templar unittests for change in preserve_trailing_newline parameter's default value 9 years ago
utils Cleanup combine_vars 9 years ago
vars Replace .iteritems() with six.iteritems() 9 years ago
__init__.py