python: bulk replace dict.itervalues to values for py3
authorJoe Guo <joeg@catalyst.net.nz>
Tue, 10 Apr 2018 22:44:24 +0000 (10:44 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 13 Apr 2018 05:27:12 +0000 (07:27 +0200)
commit9d79329d3d346780f4b3543a979c6af1e3bdc5f0
treeceb736d36a60e16ea163a33cf1b5768f5cfd62e7
parent2892293182f282336f08ed17315ae744aa72bddc
python: bulk replace dict.itervalues to values for py3

In py3, iterxxx methods are removed.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/scripting/bin/w32err_code.py