community.general/lib/ansible/plugins/cache
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.
2015-09-03 09:23:27 +03:00
..
__init__.py Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
base.py adding display to plugins and start moving debug to display 2015-07-23 10:26:12 -04:00
jsonfile.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
memcached.py Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
memory.py Better fix for serializing/deserializing cache plugins (v2) 2015-05-07 23:56:33 -05:00
redis.py Fix redis fact_caching_timeout=0 bug 2015-08-28 11:47:06 -04:00