freezer/freezer/utils
DeepaJon 77be8fa29c 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: I522e8f06e8a31b0d591db825d0c1608f162cbbc6
2017-03-29 23:16:42 +05:30
..
__init__.py Refactoring of code: 2016-03-08 14:20:23 +00:00
checksum.py Clean imports in code 2016-10-27 11:03:10 +03:00
compress.py Block based incremental support - rsync 2017-01-23 03:50:45 +04:00
config.py Block based incremental support - rsync 2017-01-23 03:50:45 +04:00
crypt.py Block based incremental support - rsync 2017-01-23 03:50:45 +04:00
exec_cmd.py Refactoring of code: 2016-03-08 14:20:23 +00:00
streaming.py Block based incremental support - rsync 2017-01-23 03:50:45 +04:00
utils.py Fix ReSizeStream 2017-03-20 09:58:08 +04:00
winutils.py Replace six.iteritems() with .items() 2017-03-29 23:16:42 +05:30